[med-svn] r23860 - trunk/packages/dicomscope/trunk/debian

Gert Wollny gewo at moszumanska.debian.org
Sun Jun 25 06:12:21 UTC 2017


Author: gewo
Date: 2017-06-25 06:12:20 +0000 (Sun, 25 Jun 2017)
New Revision: 23860

Modified:
   trunk/packages/dicomscope/trunk/debian/rules
Log:
Add as-needed flag to avoid useless linking

Modified: trunk/packages/dicomscope/trunk/debian/rules
===================================================================
--- trunk/packages/dicomscope/trunk/debian/rules	2017-06-25 06:09:45 UTC (rev 23859)
+++ trunk/packages/dicomscope/trunk/debian/rules	2017-06-25 06:12:20 UTC (rev 23860)
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed 
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export JAVA_HOME=/usr/lib/jvm/default-java
 




More information about the debian-med-commit mailing list