summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2011-11-17 20:21:34 +0100
committerAndrew Shadura <bugzilla@tut.by>2011-11-17 20:21:34 +0100
commitc5b1a6054f8110553be548494278dd3ae1f092d5 (patch)
treeb86bab67b02bc76ea5bc3c393836e449f5b3dc75 /debian
parent3fda5e96c77c16e5b26428da35685ad27c090521 (diff)
clean up LDFLAGS
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0695e33..f83a84f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
-export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--version-script=$(CURDIR)/debian/version-script
+export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
%:
dh $@ --with=autotools-dev