From: Sven Hoexter Date: Sat, 2 Jun 2012 17:23:54 +0000 (+0200) Subject: Switch LDFLAGS to DEB_LDFLAGS_MAINT_PREPEND. X-Git-Tag: debian/7.22.0-1~7 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=a3ccaafac9f68ebba6473961f54abe2d6c3ad0cc Switch LDFLAGS to DEB_LDFLAGS_MAINT_PREPEND. --- diff --git a/debian/rules b/debian/rules index f38bd9c..f47ff4f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -LDFLAGS += -Wl,-z,defs -Wl,--as-needed +export DEB_LDFLAGS_MAINT_PREPEND := -Wl,-z,defs -Wl,--as-needed %: dh $@ --with quilt