[Pkg-utopia-commits] r2881 - /packages/unstable/network-manager-applet/debian/rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Feb 22 01:04:57 UTC 2009
Author: biebl
Date: Sun Feb 22 01:04:57 2009
New Revision: 2881
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2881
Log:
Set LDFLAGS the recommended way
Modified:
packages/unstable/network-manager-applet/debian/rules
Modified: packages/unstable/network-manager-applet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/rules?rev=2881&op=diff
==============================================================================
--- packages/unstable/network-manager-applet/debian/rules (original)
+++ packages/unstable/network-manager-applet/debian/rules Sun Feb 22 01:04:57 2009
@@ -9,7 +9,7 @@
DEB_CONFIGURE_LIBEXECDIR := "\$$(prefix)/lib/NetworkManager"
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
clean::
rm -f debian/*.1
More information about the Pkg-utopia-commits
mailing list