[SCM] qtractor/master: Add patch to honour LDFLAGS.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 3 23:58:35 UTC 2014


The following commit has been merged in the master branch:
commit 4555d504533d07639e9e3f147dadecef8bd5de88
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun May 4 00:57:31 2014 +0100

    Add patch to honour LDFLAGS.

diff --git a/debian/patches/05-buildsystem.patch b/debian/patches/05-buildsystem.patch
new file mode 100644
index 0000000..5bbf616
--- /dev/null
+++ b/debian/patches/05-buildsystem.patch
@@ -0,0 +1,33 @@
+Description: Honour LDFLAGS.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ configure.ac   |    2 ++
+ src/src.pri.in |    1 +
+ 2 files changed, 3 insertions(+)
+
+--- qtractor.orig/configure.ac
++++ qtractor/configure.ac
+@@ -315,6 +315,7 @@ AC_ARG_WITH(lv2,
+ 
+ # Honor user specified CFLAGS.
+ ac_cflags=$CFLAGS
++ac_ldflags=$LDFLAGS
+ 
+ 
+ # Checks for programs.
+@@ -1122,6 +1123,7 @@ fi
+ 
+ AC_SUBST(ac_incpath)
+ AC_SUBST(ac_cflags)
++AC_SUBST(ac_ldflags)
+ 
+ 
+ # Checks for typedefs, structures, and compiler characteristics.
+--- qtractor.orig/src/src.pri.in
++++ qtractor/src/src.pri.in
+@@ -7,3 +7,4 @@ LIBS += @ac_libs@
+ 
+ # Extra optimization flags
+ QMAKE_CXXFLAGS += @ac_cflags@
++QMAKE_LFLAGS += @ac_ldflags@
diff --git a/debian/patches/series b/debian/patches/series
index 654a7fc..b43180d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 03-gcc47.patch
 04-q_atomic_ftbfs.patch
+05-buildsystem.patch

-- 
qtractor packaging



More information about the pkg-multimedia-commits mailing list