]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master]
authorShawn Routhier <sar@isc.org>
Wed, 10 Apr 2013 20:57:52 +0000 (13:57 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 10 Apr 2013 20:57:52 +0000 (13:57 -0700)
Update bind.sh to use v9_9 until we update DHCP to
use shared libraries.  See ticket 33195

util/bind.sh

index ae86ce1b6a2fc1371e7cd5f64fdef7bdbb376b4c..8704fe1c8b9729bed9da71318c2acea2bfe2ddae 100644 (file)
@@ -50,7 +50,10 @@ case $# in
        ### be used to chdir down into the directory that is unpacked.
        ###
        v4_2) noSNAP=snapshot BINDTAG=v9_8 ;;
-       HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=HEAD ;;
+       ### change to using the head of v9_9 until we upgrade DHCP
+       ### to use shared libraries
+       HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=v9_9 ;;
+       ### HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=HEAD ;;
        ###
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.