diff options
author | Steve Langasek <vorlon@debian.org> | 2013-02-11 20:32:59 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:49 -0800 |
commit | 0452b891b818dc690ee6e94eee87707fa0ae08bd (patch) | |
tree | 819873096c95af2420cc69b2713e4ffaa6200171 /debian/rules | |
parent | 9469ddadb2d7533ba3334e70602731e5caefcc21 (diff) | |
download | pam-0452b891b818dc690ee6e94eee87707fa0ae08bd.tar.gz pam-0452b891b818dc690ee6e94eee87707fa0ae08bd.tar.bz2 pam-0452b891b818dc690ee6e94eee87707fa0ae08bd.zip |
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-x | debian/rules | 2 |
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 \ |