[SCM] jack-capture/master: Fix some hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Dec 22 14:46:35 UTC 2016
The following commit has been merged in the master branch:
commit f7dfec291e346cb7b0e986ba0d1e9bf094c67444
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 22 15:41:30 2016 +0100
Fix some hardening.
diff --git a/debian/rules b/debian/rules
index 9bfcd1e..1732dc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
#!/usr/bin/make -f
# -*- makefile -*-
-LDFLAGS+=-Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+export DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
+
export PREFIX=/usr
%:
--
jack-capture packaging
More information about the pkg-multimedia-commits
mailing list