diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-18 08:11:42 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-18 08:11:42 +0100 |
commit | 909f9f978458540795e5b81795d0cc0c8d3a996a (patch) | |
tree | d104841f4f4971d20e7afacf3ba959bf35f73587 /debian/rules | |
parent | 699875d600397bcd6be018052c4e0e9ef5a19fab (diff) |
Replace outdated portmap with rpsbind; Add --with autoreconf
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 8c11f8a..f123770 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ CFLAGS += -fPIC CONFPARA = --enable-gpl --enable-useflags --enable-libsensors %: - dh $@ --with autotools-dev --with systemd + dh $@ --with autotools-dev --with systemd --with autoreconf override_dh_auto_configure: $(CURDIR)/beforeconf.sh |