[SCM] beast/master: Really compile with -fpermissive and really link with --as-needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 21 15:26:50 UTC 2012


The following commit has been merged in the master branch:
commit 9f311b5c95430e716b8688b38baa21bafbecc918
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 21 17:26:30 2012 +0200

    Really compile with -fpermissive and really link with --as-needed.

diff --git a/debian/rules b/debian/rules
index 61361b8..8ba02da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
-LDFLAGS+=-Wl,--as-needed
-CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -fpermissive
+export LDFLAGS+=-Wl,--as-needed
+export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -fpermissive
 
 %:
 	dh $@ --parallel --with autotools_dev

-- 
beast packaging



More information about the pkg-multimedia-commits mailing list