[SCM] faustworks/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Jun 28 11:27:51 UTC 2017
The following commit has been merged in the master branch:
commit d75b681d9b144700f4a900961a1f37fd0496c372
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Jun 28 13:23:22 2017 +0200
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 9185ad5..e1aa8be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
# Parallel builds are disabled because the generation of translations/i18n_ru.qm
# in the qmake file is incorrectly ordered.
--
faustworks packaging
More information about the pkg-multimedia-commits
mailing list