[SCM] x265/master: Filter -Wl,-Bsymbolic-functions

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Jun 18 16:55:56 UTC 2015


The following commit has been merged in the master branch:
commit 12582c4792ae0537d4661aa0a0a4c68c3aa40075
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Jun 18 18:55:37 2015 +0200

    Filter -Wl,-Bsymbolic-functions
    
    Closes: #789111

diff --git a/debian/rules b/debian/rules
index 15b45c1..7f03531 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+# see #789111
+export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
 # LFS support and multiarch path to look up 10bit library
 export DEB_CPPFLAGS_MAINT_APPEND=$(shell getconf LFS_CFLAGS) \
 	-DDEB_HOST_MULTIARCH=\"/usr/lib/$(DEB_HOST_MULTIARCH)/\"

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list