[SCM] mediainfo/master: Replace LDFLAGS use with DEB_LDFLAGS_MAINT_APPEND

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Sat Apr 28 20:40:57 UTC 2012


The following commit has been merged in the master branch:
commit 7624c6d7933e92fa172d277a882459620362501e
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Apr 29 04:17:05 2012 +0800

    Replace LDFLAGS use with DEB_LDFLAGS_MAINT_APPEND
    
    This avoids overriding the hardening build flags from dpkg-buildflags.
    
    Thanks: Simon Ruderich
    Closes: #670758

diff --git a/debian/rules b/debian/rules
index 5e25fba..0bf8c6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export LDFLAGS = -Wl,-z,defs -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
 
 auto_build_cmd =					\
 	cat debian/autoreconf | while read path; do	\

-- 
mediainfo packaging



More information about the pkg-multimedia-commits mailing list