[libosmocore] 01/05: Remove "-Wl, -Bsymbolic-functions" from LDFLAGS

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Feb 10 19:41:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository libosmocore.

commit b3d9a24a595ac2b9585e55c5d09b0a2cf0ee2ee4
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Wed Feb 10 20:26:15 2016 +0100

    Remove "-Wl,-Bsymbolic-functions" from LDFLAGS
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4318275..0a5c117 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libosmocore (0.9.0-4) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - Explicitly remove "-Wl,-Bsymbolic-functions" from LDFLAGS to prevent
+      build problems on some Debian derivatives.
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Wed, 10 Feb 2016 20:24:50 +0100
+
 libosmocore (0.9.0-3) unstable; urgency=medium
 
   * Uploaded to unstable
diff --git a/debian/rules b/debian/rules
index b6374e5..9a6324a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@ CHANGELOG_DATE := $(shell LC_ALL=C date -u -d "`dpkg-parsechangelog --show-field
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
+
 %:
 	dh $@ --with autoreconf
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libosmocore.git



More information about the debian-science-commits mailing list