[SCM] vlc/master: Build with hardening=+all

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Jun 18 16:30:11 UTC 2017


The following commit has been merged in the master branch:
commit 48fda6414180860c8b9937ceece1c050b6569dae
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Jun 18 18:12:27 2017 +0200

    Build with hardening=+all

diff --git a/debian/rules b/debian/rules
index 7bbb58e..550ad54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 include /usr/share/dpkg/pkg-info.mk
 include /usr/share/dpkg/architecture.mk
@@ -329,6 +330,7 @@ endif
 # merge ffmpeg based plugins to reduce installation size
 confflags += --enable-merge-ffmpeg
 
+export DEB_BUILD_MAINT_OPTION
 export DEB_CFLAGS_MAINT_APPEND
 export DEB_CXXFLAGS_MAINT_APPEND
 export DEB_LDFLAGS_MAINT_APPEND

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list