[SCM] sonic-visualiser/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Dec 26 20:54:57 UTC 2016
The following commit has been merged in the master branch:
commit e894817be27b7a68ed65a60161f6b496a562ae97
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Dec 26 21:27:49 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 6b5feb7..cd42504 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ LDFLAGS+=$(shell dpkg-buildflags --get LDFLAGS)
CXXFLAGS+=$(shell dpkg-buildflags --get CXXFLAGS)
CXXFLAGS+=$(shell dpkg-buildflags --get CPPFLAGS)
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export QT_SELECT := qt5
--
sonic-visualiser packaging
More information about the pkg-multimedia-commits
mailing list