From: Bdale Garbee Date: Fri, 27 Mar 2009 04:53:22 +0000 (-0600) Subject: try using --without-ipv6 X-Git-Tag: debian/2.5.2p1-5~1 X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=commitdiff_plain;h=1c82a00c27b82bb9549ea44c2afdb7e0eea1aff1 try using --without-ipv6 --- diff --git a/debian/changelog b/debian/changelog index c5aaa8b..8478789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +amanda (1:2.5.2p1-5) UNRELEASED; urgency=low + + * see if adding --without-ipv6 makes things work again + + -- Bdale Garbee Thu, 26 Mar 2009 22:52:51 -0600 + amanda (1:2.5.2p1-4) unstable; urgency=high * high priority bug fixes intended for lenny release diff --git a/debian/rules b/debian/rules index 61e9217..98459e5 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,8 @@ build-stamp: /sbin/dump /usr/bin/smbclient debian/po/templates.pot --with-tcpportrange=50000,50100 --with-udpportrange=840,860 \ --with-maxtapeblocksize=256 \ --with-ssh-security \ - --with-bsdtcp-security --with-bsdudp-security + --with-bsdtcp-security --with-bsdudp-security \ + --without-ipv6 touch missing MAILER=/usr/bin/mail make CFLAGS="-O2 -g -Wall \ -DAMANDATES_FILE='\"/var/lib/amanda/amandates\"' \