From: David Hankins Date: Mon, 9 Nov 2009 20:25:00 +0000 (+0000) Subject: update to use b2 (resolve gai_strerror compile failures on solaris 8) X-Git-Tag: v4_2_0a1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bb2fae30773bbad83eead6296a5e285ea3ae07e;p=thirdparty%2Fdhcp.git update to use b2 (resolve gai_strerror compile failures on solaris 8) --- diff --git a/util/bind.sh b/util/bind.sh index c40d267b1..a9ee33d71 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: bind.sh,v 1.4 2009/11/03 13:42:46 marka Exp $ +# $Id: bind.sh,v 1.5 2009/11/09 20:25:00 dhankins Exp $ # Get the bind distribution for the libraries # This script is used to build the DHCP distribution and shouldn't be shipped @@ -30,8 +30,7 @@ binddir=$topdir/bind case $# in 1) case "$1" in - 4.2.0a2|4.2.0) BINDTAG=v9_7_0b1 ;; - 4.1.2) BINDTAG=v9_7_0b1 ;; + 4.2.0a2|4.2.0a1|4.2.0) BINDTAG=v9_7_0b2 ;; *) echo "bind.sh: unsupported version: $1" >&2 exit 1 ;;