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
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits