]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Switch LDFLAGS to DEB_LDFLAGS_MAINT_PREPEND.
authorSven Hoexter <sven@timegate.de>
Sat, 2 Jun 2012 17:23:54 +0000 (19:23 +0200)
committerSven Hoexter <sven@timegate.de>
Sat, 2 Jun 2012 17:27:47 +0000 (19:27 +0200)
debian/rules

index f38bd9c274c867d8863f027bcfddf4871afd1d84..f47ff4f387c1197beee2d5e9f071e6ea2b9ed4ae 100755 (executable)
@@ -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