[SCM] lv2proc/master: Fix variable substition, use LIBS to properly pass -lLIB to the linker.

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


The following commit has been merged in the master branch:
commit 98f1cdecad3b58e83b71d54ad80999327e4b2636
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 5 20:00:48 2012 +0100

    Fix variable substition, use LIBS to properly pass -lLIB to the linker.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index 0fce553..5247f46 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -12,7 +12,7 @@ Forwarded: zanga.mail at gmail.com
  
  AM_CFLAGS = -pedantic -Wall -Werror @SNDFILE_CFLAGS@ @LILV_CFLAGS@
 -AM_LDFLAGS = @SNDFILE_LIBS@ @LILV_LIBS@
-+AM_LIBS = @SNDFILE_LIBS@ @LILV_LIBS@
++LIBS = @SNDFILE_LIBS@ @LILV_LIBS@
  
  bin_PROGRAMS = lv2proc
  

-- 
lv2proc packaging



More information about the pkg-multimedia-commits mailing list