d/rules: Strip -Wl,-Bsymbolic-functions from LDFLAGS on Ubuntu.
authorSergio Durigan Junior <sergiodj@debian.org>
Tue, 13 Jun 2023 20:40:41 +0000 (16:40 -0400)
committerSean Whitton <spwhitton@spwhitton.name>
Wed, 14 Jun 2023 10:36:12 +0000 (11:36 +0100)
debian/rules

index eb63c7e7de873d9796ec4cd933fa06564dbf2ac1..1d8d167a9b9d72b3cc43cbd290578c3015988f78 100755 (executable)
@@ -27,6 +27,11 @@ export RELEASE_BUILD=1
 
 export ZSH_COMPLETIONS_PATH=/usr/share/zsh/vendor-completions
 
+ifeq (yes, $(shell dpkg-vendor --derives-from Ubuntu && echo yes))
+# See LP: #2019992
+export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
+endif
+
 %:
        dh $@