X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=c9c34fcda76bdbbe4ea00c30b2837b495cc2b4e9;hb=b2afeabd945019dc648c1b51c10c01557c930434;hp=1d04a099506a4b9507873b1b320e0c6057bb8562;hpb=01cf23cf478b1f73722ed82bfd91ad578ec4fef8;p=debian%2Famanda diff --git a/debian/rules b/debian/rules index 1d04a09..c9c34fc 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,8 @@ configure-stamp: --prefix=/usr \ --bindir=/usr/sbin \ --libexecdir=/usr/lib/amanda \ + --without-amlibexecdir \ + --with-amperldir=/usr/share/perl --sysconfdir=/etc \ --sharedstatedir=/var/lib \ --localstatedir=/var/lib \ @@ -32,14 +34,16 @@ configure-stamp: --with-tcpportrange=50000,50100 \ --with-udpportrange=840,860 \ --with-debugging=/var/log/amanda \ + --with-gnutar-listdir=/var/lib/amanda/gnutar-lists \ --with-index-server=localhost \ - --with-bsd-security \ - --with-amandahosts \ --with-smbclient=/usr/bin/smbclient \ + --with-amandahosts \ --with-ssh-security \ --with-bsdtcp-security \ - --with-bsdudp-security + --with-bsdudp-security \ + --without-ipv6 + touch missing touch configure-stamp