[SCM] mp3fs/master: Enable hardening flags.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jun 13 18:58:12 UTC 2012


The following commit has been merged in the master branch:
commit a5a88eb58d6676f6710c326652b7cdfff0adedef
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jun 13 20:53:03 2012 +0200

    Enable hardening flags.

diff --git a/debian/rules b/debian/rules
index 1ac42eb..d9517b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
 
+export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
+export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
+export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
 %:
 	dh $@ --with autoreconf
 

-- 
mp3fs packaging



More information about the pkg-multimedia-commits mailing list