[SCM] TkGate packaging branch, master, updated. 673520c637aae6ec1efe3a5df40beeff7ac17f5a

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at users.sourceforge.net
Thu Oct 1 12:49:35 UTC 2009


The following commit has been merged in the master branch:
commit 673520c637aae6ec1efe3a5df40beeff7ac17f5a
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date:   Thu Oct 1 14:47:16 2009 +0200

    Append to LDFLAGS variable instead of overriding it

diff --git a/debian/rules b/debian/rules
index a167591..0e51b60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 	dh $@ --with quilt
 
 override_dh_auto_configure:
-	dh_auto_configure -- LDFLAGS="-Wl,--as-needed"
+	dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
 
 override_dh_install:
 	dh_install -Xlicense.txt -Xlibexec

-- 
TkGate packaging



More information about the debian-science-commits mailing list