[SCM] lv2proc/master: Add patch to prevent build failure with --as-needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 5 19:03:48 UTC 2012


The following commit has been merged in the master branch:
commit 5b26e6fb6f8e2e3ae824f5277a2fc4af093788a3
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 5 19:46:36 2012 +0100

    Add patch to prevent build failure with --as-needed.
    
    This should make lv2proc build fine on Ubuntu Precise too.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
new file mode 100644
index 0000000..0fce553
--- /dev/null
+++ b/debian/patches/0001-buildsystem.patch
@@ -0,0 +1,18 @@
+Description: Fix build failure with --as-needed.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: zanga.mail at gmail.com
+---
+ src/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- lv2proc.orig/src/Makefile.am
++++ lv2proc/src/Makefile.am
+@@ -8,7 +8,7 @@
+ #
+ 
+ AM_CFLAGS = -pedantic -Wall -Werror @SNDFILE_CFLAGS@ @LILV_CFLAGS@
+-AM_LDFLAGS = @SNDFILE_LIBS@ @LILV_LIBS@
++AM_LIBS = @SNDFILE_LIBS@ @LILV_LIBS@
+ 
+ bin_PROGRAMS = lv2proc
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b5c7eee
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-buildsystem.patch

-- 
lv2proc packaging



More information about the pkg-multimedia-commits mailing list