]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
update to use b2 (resolve gai_strerror compile failures on solaris 8)
authorDavid Hankins <dhankins@isc.org>
Mon, 9 Nov 2009 20:25:00 +0000 (20:25 +0000)
committerDavid Hankins <dhankins@isc.org>
Mon, 9 Nov 2009 20:25:00 +0000 (20:25 +0000)
util/bind.sh

index c40d267b1e191d03f73fbed8ff35699926807fcf..a9ee33d71a0d3f79e2595f3617b13675e13ad92e 100644 (file)
@@ -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
           ;;