Package: gmp
Severity: important
Version: 2:4.2.2+dfsg-3
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on kfreebsd-amd64.
It needs the same arguments as linux on amd64.
Please use DEB_HOST_ARCH_CPU for the configure arguments decison.
Thanks in advance
Petr
--- debian/rules~ 2008-07-12 18:12:45.000000000 +0000
+++ debian/rules 2008-07-12 18:12:45.000000000 +0000
@@ -9,7 +9,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-cxx --enable-mpbsd
-ifeq (amd64,$(DEB_HOST_ARCH))
+ifeq (amd64,$(DEB_HOST_ARCH_CPU))
DEB_CONFIGURE_EXTRA_FLAGS += --disable-fat
else
DEB_CONFIGURE_EXTRA_FLAGS += --enable-fat
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]