r46872 - /packages/gmp/trunk/debian/rules
aron at users.alioth.debian.org
aron at users.alioth.debian.org
Sun Aug 17 14:45:49 UTC 2014
Author: aron
Date: Sun Aug 17 14:45:49 2014
New Revision: 46872
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46872
Log:
Use filter instead of findstring
Modified:
packages/gmp/trunk/debian/rules
Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=46872&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Sun Aug 17 14:45:49 2014
@@ -62,7 +62,7 @@
confflags += ABI=x32
endif
-ifneq (,$(findstring $(DEB_HOST_ARCH), mips64 mips64el))
+ifneq (,$(filter $(DEB_HOST_ARCH), mips64 mips64el))
confflags += ABI=64
endif
More information about the debian-science-commits
mailing list