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

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 10 16:26:58 UTC 2013


The following commit has been merged in the master branch:
commit 6d27269dd19b71546f89e4192b225ac09332c4d5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 10 18:28:00 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..ca9f4af
--- /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: synthv1/src/src_jack.pri.in
+===================================================================
+--- synthv1.orig/src/src_jack.pri.in	2013-09-10 17:51:42.945584901 +0200
++++ synthv1/src/src_jack.pri.in	2013-09-10 18:17:20.169546069 +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: synthv1/src/src_lv2.pri.in
+===================================================================
+--- synthv1.orig/src/src_lv2.pri.in	2013-09-10 17:51:42.945584901 +0200
++++ synthv1/src/src_lv2.pri.in	2013-09-10 18:17:28.249545865 +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)
+ 

-- 
synthv1 packaging



More information about the pkg-multimedia-commits mailing list