[SCM] jack-capture/master: Added patch to fix hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Aug 19 11:24:34 UTC 2013


The following commit has been merged in the master branch:
commit 36d86b50eb3b718e8cada5fcebee40a135811b55
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Aug 19 13:17:42 2013 +0200

    Added patch to fix hardening.

diff --git a/debian/patches/01-fix_hardening.patch b/debian/patches/01-fix_hardening.patch
new file mode 100644
index 0000000..231cbb7
--- /dev/null
+++ b/debian/patches/01-fix_hardening.patch
@@ -0,0 +1,18 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Origin: Debian
+Description: Pass CPPFLAGS.
+Forwarded: no
+
+Index: jack-capture/Makefile
+===================================================================
+--- jack-capture.orig/Makefile	2013-08-19 13:04:05.000000000 +0200
++++ jack-capture/Makefile	2013-08-19 13:06:12.882292221 +0200
+@@ -9,7 +9,7 @@
+ OPTIMIZE=-O3
+ #OPTIMIZE=-O0 -g
+ 
+-COMPILEFLAGS=$(CFLAGS) $(OPTIMIZE) -DVERSION=\"$(VERSION)\" -Wall -Wextra -Wno-unused
++COMPILEFLAGS=$(CFLAGS) $(CPPFLAGS) $(OPTIMIZE) -DVERSION=\"$(VERSION)\" -Wall -Wextra -Wno-unused
+ LINKFLAGS=$(LDFLAGS) -ljack -lsndfile -lm -lpthread -lrt
+ 
+ targets = jack_capture
diff --git a/debian/patches/series b/debian/patches/series
index 39ad3ee..2e84e9a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+01-fix_hardening.patch
 02-makefile-compile-option.patch
 03-fix_compat_9_build.patch

-- 
jack-capture packaging



More information about the pkg-multimedia-commits mailing list