[med-svn] r16951 - trunk/packages/plastimatch/trunk/debian
Greg Sharp
gregsharp-guest at moszumanska.debian.org
Fri May 16 15:32:52 UTC 2014
Author: gregsharp-guest
Date: 2014-05-16 15:32:52 +0000 (Fri, 16 May 2014)
New Revision: 16951
Modified:
trunk/packages/plastimatch/trunk/debian/rules
Log:
Add --as-needed flag to plastimatch link. This would have avoided #748155.
Modified: trunk/packages/plastimatch/trunk/debian/rules
===================================================================
--- trunk/packages/plastimatch/trunk/debian/rules 2014-05-15 22:25:00 UTC (rev 16950)
+++ trunk/packages/plastimatch/trunk/debian/rules 2014-05-16 15:32:52 UTC (rev 16951)
@@ -3,6 +3,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
More information about the debian-med-commit
mailing list