Package: liboggz
Version: 0.9.9-4
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

https://buildd.debian.org/fetch.cgi?pkg=liboggz&arch=kfreebsd-amd64&ver=0.9.9-4&stamp=1249593923&file=log&as=raw
https://buildd.debian.org/fetch.cgi?pkg=liboggz&arch=kfreebsd-i386&ver=0.9.9-4&stamp=1249648282&file=log&as=raw

It needs to apply the same shared library versioning script as on Linux.
Please find needed change for configure.ac/configure bellow.

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

Thanks in advance

                        Petr

--- configure.ac~
+++ configure.ac
@@ -387,7 +387,7 @@
 dnl

 case "$target_os" in
-  linux* | solaris*)
+  linux* | solaris*|k*bsd*-gnu*|gnu-*)
     SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
     ;;
   *)

--- configure~
+++ configure
@@ -15892,7 +15892,7 @@


 case "$target_os" in
-  linux* | solaris*)
+  linux* | solaris*|k*bsd*-gnu*|gnu-*)
     SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
     ;;
   *)




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to