From 1c82a00c27b82bb9549ea44c2afdb7e0eea1aff1 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 26 Mar 2009 22:53:22 -0600 Subject: [PATCH] try using --without-ipv6 --- debian/changelog | 6 ++++++ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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\"' \ -- 2.30.2