[Pkg-voip-commits] [SCM] reSIProcate branch, master, updated. upstream/1.8.0_pre1-20-gdcc439f

Daniel Pocock daniel at pocock.com.au
Sun May 20 20:09:26 UTC 2012


The following commit has been merged in the master branch:
commit dcc439f205044a1cb4dd43c2e453d3236cf1a498
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sun May 20 20:50:07 2012 +0200

    Add dpkg-buildflags for hardening

diff --git a/debian/rules b/debian/rules
index a0f0ff1..0b324ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
 
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 

-- 
reSIProcate



More information about the Pkg-voip-commits mailing list