[libixion] 01/02: fix ifeq and actually add CONFIGURE_FLAGS_EXTRA to dh_auto_configure

Rene Engelhard rene at moszumanska.debian.org
Sat Sep 17 16:46:09 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 29ec3fa94d063ce3dba9d13d2be54a50b591bff1
Author: Rene Engelhard <rene at debian.org>
Date:   Sat Sep 17 18:44:36 2016 +0200

    fix ifeq and actually add CONFIGURE_FLAGS_EXTRA to dh_auto_configure
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c3517a7..4d424b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,13 +15,13 @@ 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)))
+ifeq (armel,$(findstring armel,$(DEB_HOST_ARCH)))
 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
+	dh_auto_configure -- --disable-silent-rules --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --enable-static $(CONFIGURE_FLAGS_EXTRA)
 	dh_auto_build
 
 override_dh_auto_build-indep:

-- 
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