r13831 - packages/trunk/openyahtzee/debian

Markus Koschany apo-guest at alioth.debian.org
Tue Oct 30 01:41:27 UTC 2012


Author: apo-guest
Date: 2012-10-30 01:41:26 +0000 (Tue, 30 Oct 2012)
New Revision: 13831

Modified:
   packages/trunk/openyahtzee/debian/rules
Log:
Avoid useless linking. Build with --as-needed

Modified: packages/trunk/openyahtzee/debian/rules
===================================================================
--- packages/trunk/openyahtzee/debian/rules	2012-10-29 14:04:02 UTC (rev 13830)
+++ packages/trunk/openyahtzee/debian/rules	2012-10-30 01:41:26 UTC (rev 13831)
@@ -2,6 +2,7 @@
 
 #export DH_VERBOSE=1
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@ --parallel --with autotools_dev --with autoreconf




More information about the Pkg-games-commits mailing list