[SCM] ices2/master: Add patch 1004 to fix explicitly link against libogg, needed with recent GCC. Fixes FTBFS on hurd. Thanks to Ron Lee.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Jun 5 18:47:54 UTC 2012


The following commit has been merged in the master branch:
commit f3cc88a6d8f2e9d9c80ad7df37638b72195d6e34
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 5 20:29:55 2012 +0200

    Add patch 1004 to fix explicitly link against libogg, needed with recent GCC. Fixes FTBFS on hurd. Thanks to Ron Lee.

diff --git a/debian/patches/1004_explicit_ogg_link.patch b/debian/patches/1004_explicit_ogg_link.patch
new file mode 100644
index 0000000..64273e7
--- /dev/null
+++ b/debian/patches/1004_explicit_ogg_link.patch
@@ -0,0 +1,15 @@
+Description: Fix explicitly link against libogg, needed with recent GCC
+Author: Jonas Smedegaard <dr at jones.dk>
+Last-Update: 2012-06-05
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -35,7 +35,7 @@
+              thread/libicethread.la \
+              avl/libiceavl.la \
+              @ROARAUDIO_LIBS@ \
+-             @ALSA_LIBS@ @XIPH_LIBS@
++             @ALSA_LIBS@ @XIPH_LIBS@ @OGG_LIBS@
+ 
+ debug:
+ 	$(MAKE) all CFLAGS="@DEBUG@"
diff --git a/debian/patches/series b/debian/patches/series
index 36a7494..e563694 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 1001_allow_repeat.patch
 1002_fix_OSS-ALSA_confusion_in_comments.patch
 1003_no_Makefile_in_debian_subdir.patch
+1004_explicit_ogg_link.patch

-- 
ices2 packaging



More information about the pkg-multimedia-commits mailing list