[scalapack] 01/04: strip -Bsymbolic-functions from LDFLAGS

Drew Parsons dparsons at moszumanska.debian.org
Thu Nov 30 18:15:52 UTC 2017


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

dparsons pushed a commit to tag debian/2.0.2-4
in repository scalapack.

commit b1a661baf0176f9f4df587f9d0ef35db495e445d
Author: Drew Parsons <dparsons at debian.org>
Date:   Fri Dec 1 00:06:01 2017 +0800

    strip -Bsymbolic-functions from LDFLAGS
    
    Ubuntu uses linker flag -Bsymbolic-functions at build time, but it
    causes tests to fail. So strip it from LDFLAGS.
    
    Thanks Steve Langasek.
    
    Closes: #883042.
---
 debian/changelog | 9 +++++++++
 debian/rules     | 1 +
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4bc9812..1f976d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+scalapack (2.0.2-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Ubuntu uses linker flag -Bsymbolic-functions at build time, but it
+    causes tests to fail. So strip it from LDFLAGS.
+    Thanks Steve Langasek. Closes: #883042.
+
+ -- Drew Parsons <dparsons at debian.org>  Fri, 01 Dec 2017 00:01:01 +0800
+
 scalapack (2.0.2-4) UNRELEASED; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index b46dfeb..6a1ef7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 export DEB_CXXFLAGS_MAINT_APPEND  = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
 export DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 export DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)

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



More information about the debian-science-commits mailing list