[SCM] libav-extra/master: Filter out system-wide setting of -Bsymbolic-functions to avoid FTBFS.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun Mar 18 21:23:18 UTC 2012


The following commit has been merged in the master branch:
commit b3a7b65fca785617d3b2de19a91e002cf41f4b66
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Fri Mar 2 13:50:19 2012 +0100

    Filter out system-wide setting of -Bsymbolic-functions to avoid FTBFS.

diff --git a/debian/confflags b/debian/confflags
index 40d20a5..7fadf4f 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -160,7 +160,7 @@ endif
 # Enable hardened build flags through dpkg-buildflags
 CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
 CFLAGS += $(shell dpkg-buildflags --get CPPFLAGS)
-LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS := $(filter-out %-Bsymbolic-functions,$(shell dpkg-buildflags --get LDFLAGS))
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 # Various parts of Libav (and swscale) FTBFS when compiling with -fPIC

-- 
libav-extra packaging



More information about the pkg-multimedia-commits mailing list