Package: gmp
Severity: important
Version: 2:4.3.1+dfsg-1
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on kfreebsd-amd64,
this is kind of reopen of #490555.
Please alter debian/rules as shown bellow.
Thanks in advance
Petr
--- debian/rules
+++ debian/rules
@@ -44,7 +44,7 @@
confflags = --prefix=/usr --enable-cxx --enable-mpbsd
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 lpia))
+ifneq (,$(filter $(DEB_HOST_ARCH), amd64 kfreebsd-amd64 lpia))
confflags += --disable-fat
else
confflags += --enable-fat
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]