[Pkg-scicomp-devel] Bug#537072: gmp: FTBFS on kfreebsd-amd64 (one line fix in debian/rules needed)

Petr Salinger Petr.Salinger at seznam.cz
Tue Jul 14 19:18:04 UTC 2009


Package: gmp
Severity: important
Version: 2:4.3.1+dfsg-1
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
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






More information about the Pkg-scicomp-devel mailing list