[SCM] beast/master: Build with -fpermissive (Closes: #642011 LP: #831215).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 19 09:59:17 UTC 2011


The following commit has been merged in the master branch:
commit 3fb8e27701393dadefacd8fe9caadfdb0ca4632b
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Sep 19 11:58:47 2011 +0200

    Build with -fpermissive (Closes: #642011 LP: #831215).

diff --git a/debian/rules b/debian/rules
index 9c9c676..61361b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 #export DH_VERBOSE=1
 LDFLAGS+=-Wl,--as-needed
+CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -fpermissive
 
 %:
 	dh $@ --parallel --with autotools_dev

-- 
beast packaging



More information about the pkg-multimedia-commits mailing list