[SCM] transcode/master: enable hardened buildflags

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Feb 12 20:21:30 UTC 2012


The following commit has been merged in the master branch:
commit d824dfbe9c4c99aa53a02f610d56777febd495e8
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Feb 12 20:46:06 2012 +0100

    enable hardened buildflags

diff --git a/debian/rules b/debian/rules
index 01da47c..f11976d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,12 @@ confflags += --enable-vorbis
 confflags += --enable-x264
 confflags += --enable-xvid
 
+CFLAGS  := $(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
+export CFLAGS
+export LDFLAGS
+
 %:
 	dh $@ --parallel
 

-- 
transcode packaging



More information about the pkg-multimedia-commits mailing list