[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please unblock openal/1:0.0.8-4



Hi,

Please unblock openal/1:0.0.8-4, which fixes a FTBFS on kFreeBSD
kernels. Debdiff below:

diff -u openal-0.0.8/debian/changelog openal-0.0.8/debian/changelog
--- openal-0.0.8/debian/changelog
+++ openal-0.0.8/debian/changelog
@@ -1,3 +1,11 @@
+openal (1:0.0.8-4) unstable; urgency=low
+
+  * Added a patch from Petr Salinger to make the package build correctly on
+    GNU/kFreeBSD architectures: fixes missing -pthread on linking
+    (Closes: #403811).
+
+ -- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>  Sun, 10 Dec 2006 14:20:07 +0000
+
 openal (1:0.0.8-3) unstable; urgency=high

   * Changed `$(PWD)' to `$(CURDIR)' in debian/rules, which fixes the FTBFS on
only in patch2:
unchanged:
--- openal-0.0.8.orig/admin/autotools/m4/acx_pthread.m4
+++ openal-0.0.8/admin/autotools/m4/acx_pthread.m4
@@ -122,7 +122,7 @@
         ;;


-        *linux*)
+        *linux*|*-k*bsd*-gnu)

         # On Linux we want to actually link to pthread library, so test lib first

only in patch2:
unchanged:
--- openal-0.0.8.orig/configure
+++ openal-0.0.8/configure
@@ -20678,7 +20678,7 @@
         ;;


-        *linux*)
+        *linux*|*-k*bsd*-gnu)

         # On Linux we want to actually link to pthread library, so test lib first


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



Reply to: