summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2013-02-11 20:32:59 -0800
committerSteve Langasek <vorlon@debian.org>2019-01-08 22:11:49 -0800
commit0452b891b818dc690ee6e94eee87707fa0ae08bd (patch)
tree819873096c95af2420cc69b2713e4ffaa6200171 /debian/rules
parent9469ddadb2d7533ba3334e70602731e5caefcc21 (diff)
Ditch autoconf patch in favor of a build-dependency on dh-autoreconf,
which will let us keep up-to-date with newer autotools. In the present instance, this gets us aarch64 support.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 248c23ce..5d3f4f23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ d = $(CURDIR)/debian
dl = $(d)/local
%:
- dh $@ --with quilt
+ dh $@ --with quilt,autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-static --enable-shared \