r45645 - in /packages/gmp/trunk/debian: changelog rules
smr at users.alioth.debian.org
smr at users.alioth.debian.org
Mon Mar 18 02:54:58 UTC 2013
Author: smr
Date: Mon Mar 18 02:54:58 2013
New Revision: 45645
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45645
Log:
Support the x32 build.
Modified:
packages/gmp/trunk/debian/changelog
packages/gmp/trunk/debian/rules
Modified: packages/gmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/changelog?rev=45645&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Mon Mar 18 02:54:58 2013
@@ -1,3 +1,9 @@
+gmp (2:5.1.1+dfsg-2) experimental; urgency=low
+
+ * rules: Need to set ABI=x32 at configure time. Closes: #698000.
+
+ -- Steve M. Robbins <smr at debian.org> Sun, 17 Mar 2013 21:54:08 -0500
+
gmp (2:5.1.1+dfsg-1) experimental; urgency=low
* New upstream.
Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=45645&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Mon Mar 18 02:54:58 2013
@@ -77,6 +77,10 @@
CC64 = gcc $(m64)
CXX64 = g++ $(m64)
MAKE_CHECK = : disabled make check
+endif
+
+ifneq (,$(findstring $(DEB_HOST_ARCH), x32))
+ confflags += ABI=x32
endif
confflags_ma = $(confflags) --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
More information about the debian-science-commits
mailing list