Package: g2
Severity: important
Tags: patch
Hi,
The current version of g2 fails to build on GNU/kFreeBSD. Please
find attached a small patch to fix that. It would be nice if you can
include it in your next upload.
Thanks for your cooperation,
Aurelien
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32
Status: in BTS
diff -u g2-0.70/configure.in g2-0.70/configure.in
--- g2-0.70/configure.in
+++ g2-0.70/configure.in
@@ -13,7 +13,7 @@
#
AC_CANONICAL_HOST
case "$host" in
- *-linux*)
+ *-linux* | *-k*bsd*-gnu)
LD_SHARED='ld'
LD_SHARED_FLAGS='-shared -soname libg2.so.0'
LD_SHARED_OPT='-lc'