try using --without-ipv6
authorBdale Garbee <bdale@gag.com>
Fri, 27 Mar 2009 04:53:22 +0000 (22:53 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 27 Mar 2009 04:53:22 +0000 (22:53 -0600)
debian/changelog
debian/rules

index c5aaa8b5353da7365140190175bdd8a8616dc72e..8478789e29f4d0184b6449c71f896e3bf6401909 100644 (file)
@@ -1,3 +1,9 @@
+amanda (1:2.5.2p1-5) UNRELEASED; urgency=low
+
+  * see if adding --without-ipv6 makes things work again
+
+ -- Bdale Garbee <bdale@gag.com>  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
index 61e92178d8b8dbe97695a2cb82c872a9588ef06f..98459e5b05d2115cfcc52087222f01112ea6221c 100755 (executable)
@@ -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\"' \