[SCM] samplv1/master: Added patch to fix hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 10 15:32:55 UTC 2013


The following commit has been merged in the master branch:
commit e7690136fb5e712a1c1807872f4b01415e33f6af
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 10 17:33:44 2013 +0200

    Added patch to fix hardening.

diff --git a/debian/patches/0002-fix_hardening.patch b/debian/patches/0002-fix_hardening.patch
new file mode 100644
index 0000000..f35e20e
--- /dev/null
+++ b/debian/patches/0002-fix_hardening.patch
@@ -0,0 +1,30 @@
+Description: Fix hardening 
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: samplv1/src/src_jack.pri.in
+===================================================================
+--- samplv1.orig/src/src_jack.pri.in	2013-09-10 16:51:13.437676585 +0200
++++ samplv1/src/src_jack.pri.in	2013-09-10 17:21:37.857630499 +0200
+@@ -7,5 +7,7 @@
+ INCLUDEPATH = @ac_jack_incpath@
+ LIBS += @ac_jack_libs@
+ 
+-QMAKE_CXXFLAGS += @ac_cflags@
++QMAKE_CXXFLAGS += $(CPPFLAGS) @ac_cflags@
++QMAKE_CFLAGS += $(CPPFLAGS)
++QMAKE_LFLAGS += $(LDFLAGS)
+ 
+Index: samplv1/src/src_lv2.pri.in
+===================================================================
+--- samplv1.orig/src/src_lv2.pri.in	2013-09-10 16:51:13.437676585 +0200
++++ samplv1/src/src_lv2.pri.in	2013-09-10 17:21:50.505630179 +0200
+@@ -7,5 +7,7 @@
+ INCLUDEPATH = @ac_lv2_incpath@
+ LIBS += @ac_lv2_libs@
+ 
+-QMAKE_CXXFLAGS += @ac_cflags@
++QMAKE_CXXFLAGS += $(CPPFLAGS) @ac_cflags@
++QMAKE_CFLAGS += $(CPPFLAGS)
++QMAKE_LFLAGS += $(LDFLAGS)
+ 

-- 
samplv1 packaging



More information about the pkg-multimedia-commits mailing list