summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2014-08-23 19:11:22 -0400
committerSam Hartman <hartmans@debian.org>2014-08-23 19:11:22 -0400
commitf0a3fc6f73ce68309eb82f4182156a85d144e045 (patch)
tree593355c1b71fdf5b47657e37680f68c92955de3b /debian/rules
parentfebd4651d8bb098851bb3b717211fe1c08cfe9aa (diff)
enable dh-autoreconf
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index cb86f95..6a97865 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,9 @@
#export DEB_CFLAGS_MAINT_APPEND
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- --enable-tls --enable-tls-psk CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread'
+ dh_auto_configure --with autoreconf -- --enable-tls --enable-tls-psk CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread'