r3206 - /unstable/evolution-data-server/debian/rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Fri Sep 1 17:05:04 UTC 2017
Author: jbicha
Date: Fri Sep 1 17:05:03 2017
New Revision: 3206
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3206
Log:
Fix rules to not build with libphonenumber on hppa
Modified:
unstable/evolution-data-server/debian/rules
Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=3206&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules (original)
+++ unstable/evolution-data-server/debian/rules Fri Sep 1 17:05:03 2017
@@ -18,7 +18,7 @@
override_dh_autoreconf:
dh_autoreconf --as-needed
-ifeq ($(DEB_HOST_ARCH_OS),$(filter $(DEB_HOST_ARCH_OS),linux))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"hppa hurd-i386 kfreebsd-i386 kfreebsd-amd64"))
CONFFLAGS = -DWITH_PHONENUMBER=ON
endif
More information about the pkg-evolution-commits
mailing list