Bug#619960: gmt: FTBFS on GNU/kFreeBSD (Shared libraries for GMT under GNU/kFreeBSD are not implemented)

Petr Salinger Petr.Salinger at seznam.cz
Mon Mar 28 16:45:06 UTC 2011


Package: gmt
Version: 4.5.5-1
Severity: important
Tags: patch
User: debian-bsd at lists.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

Please update configure.ac as shown bellow
and regenerate configure.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                         Petr



--- configure.ac
+++ configure.ac
@@ -710,7 +710,7 @@
                 else                            # Solaris
                         LD_OPT="-G"
                 fi
-       elif test "$os" = "Linux" ; then        # Need optimization when doing shared
+       elif test "$os" = "Linux" || test "$os" = "GNU/kFreeBSD" ; then # Need optimization when doing shared
                 LD='$(CC)'
                 SL_VERSION=$SL.$LIB_MAJOR_VERSION
                 LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION






More information about the Pkg-grass-devel mailing list