[SCM] packaging for the mame arcade game emulator branch, master, updated. 9e768633840bac6f77a4628d320af9c567521be3

Emmanuel Kasper emmanuel at libera.cc
Fri Feb 18 13:01:37 UTC 2011


The following commit has been merged in the master branch:
commit 43162ea848472d787f01c87c78b387b100d7da6e
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Fri Feb 18 02:09:13 2011 +0100

    Prevent useless libraries to be linked, especially for mame tools

diff --git a/debian/rules b/debian/rules
index eab54ae..e6667f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,8 @@ DEB_MAME_OPTS = \
     MAP= \
     VERBOSE= \
     OPTIMIZE=3 \
+    LDFLAGS="-Wl,--as-needed" \
+    LDFLAGSEMULATOR="-Wl,--as-needed" \
     DISTRO=gcc44-generic
 
 # Override make variables for specific archs

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list