projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eab70e
)
d/rules: Strip -Wl,-Bsymbolic-functions from LDFLAGS on Ubuntu.
author
Sergio Durigan Junior
<sergiodj@debian.org>
Tue, 13 Jun 2023 20:40:41 +0000
(16:40 -0400)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Wed, 14 Jun 2023 10:36:12 +0000
(11:36 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index eb63c7e7de873d9796ec4cd933fa06564dbf2ac1..1d8d167a9b9d72b3cc43cbd290578c3015988f78 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-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 $@