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

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Jan 18 14:27:07 UTC 2012


The following commit has been merged in the master branch:
commit 1ceaa3ca2751605b60a25b918ba4fca32b107040
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Jan 18 15:19:02 2012 +0100

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

diff --git a/debian/confflags b/debian/confflags
index 420d36c..dfce132 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -5,6 +5,8 @@
 # Set CFLAGS from DEB_CFLAGS if defined, otherwise simply add -Wall
 CFLAGS = $(or $(DEB_CFLAGS),-Wall)
 
+LDFLAGS := $(filter-out %-Bsymbolic-functions,$(LDFLAGS))
+
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	MAKEFLAGS += -j$(NUMJOBS)

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list