[libixion] 02/02: use --disable-threads on armel to work around gccs #727621

Rene Engelhard rene at moszumanska.debian.org
Sat Sep 17 16:32:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch experimental
in repository libixion.

commit 6376f4b0e196aeb7c3182d7fb566f681ff42c0a9
Author: Rene Engelhard <rene at debian.org>
Date:   Sat Sep 17 15:27:42 2016 +0200

    use --disable-threads on armel to work around gccs #727621
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3de202d..c3517a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,11 @@ include /usr/share/dpkg/architecture.mk
 %:
 	dh $@  --parallel --with python3 --with sphinxdoc
 
+# afffected by https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727621
+ifeq (armel,$(findstring armel,$(DEB_BUILD_HOST)))
+CONFIGURE_FLAGS_EXTRA += --disable-threads
+endif
+
 override_dh_auto_build-arch:
 	dh_autoreconf
 	dh_auto_configure -- --disable-silent-rules --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --enable-static

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libixion.git



More information about the Pkg-openoffice-commits mailing list