[pkg-remote-commits] [xrdp] 17/19: Revert "Bring back SIMD-on-i386-related", xorgxrdp v0.2.4 is NOT fixed
Thorsten Glaser
tg at moszumanska.debian.org
Fri Dec 22 17:07:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
tg pushed a commit to branch master
in repository xrdp.
commit d204f45179f5bf67c4b1bba34618838853acfdb3
Author: mirabilos <thorsten.glaser at teckids.org>
Date: Fri Dec 22 17:05:43 2017 +0100
Revert "Bring back SIMD-on-i386-related", xorgxrdp v0.2.4 is NOT fixed
This reverts commit 8d27ccfc82ee49ee826fa386c7950c99fef74179.
---
debian/control | 3 ++-
debian/rules | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 9e4c19a..2b4c185 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Build-Depends:
libx11-dev,
libxfixes-dev,
libxrandr-dev,
- nasm [amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386],
+# for now; see debian/rules for details
+ nasm [amd64 kfreebsd-amd64],
openssl,
pkg-config,
systemd [linux-any],
diff --git a/debian/rules b/debian/rules
index 1dfb2a7..2c38c1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,13 @@ ifneq (${DEB_BUILD_GNU_TYPE},${DEB_HOST_GNU_TYPE})
CONFIGURE_ARGS+= --host=${DEB_HOST_GNU_TYPE}
endif
+ifeq (i386,${DEB_HOST_ARCH_CPU})
+# A fix is present in xorgxrdp v0.2.5 but we use v0.2.4 currently.
+# When fixed, change Build-Depends’ nasm component to:
+# nasm [amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386],
+CONFIGURE_ARGS+= --without-simd
+endif
+
ifeq (x32,${DEB_HOST_ARCH})
# autodetection fails on x32 (wrongly recognised as amd64)
CONFIGURE_ARGS+= --without-simd
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git
More information about the pkg-remote-commits
mailing list