Package: gmt
Version: 4.5.5-1
Severity: important
Tags: patch
User: [email protected]
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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]