]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Label as experimental, include ldns that does so.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 10 Aug 2009 09:09:29 +0000 (09:09 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 10 Aug 2009 09:09:29 +0000 (09:09 +0000)
git-svn-id: file:///svn/unbound/trunk@1752 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
ldns-src.tar.gz

index f6f15b24a70ce207ab97eedcd6a9c7f229ac6e84..697d4347bfe753fdeb2b1e2f4fe1e85128c03fc2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1580,8 +1580,8 @@ Optional Features:
                           optimize for fast installation [default=yes]
   --disable-libtool-lock  avoid locking (might break parallel builds)
   --disable-rpath         disable hardcoded rpath (default=enabled)
-  --enable-sha2           Enable SHA256 and SHA512 RRSIG support
-  --enable-gost           Enable GOST support
+  --enable-sha2           Enable SHA256 and SHA512 RRSIG support, experimental
+  --enable-gost           Enable GOST support, experimental
   --enable-static-exe     enable to compile executables statically against
                           event, ldns libs, for debug purposes
   --enable-lock-checks    enable to check lock and unlock calls, for debug
index 7e2cd69f28d42a50a952accf9edeb814f33b3a4b..63cd329cc8fbdae887b32f9745979704804fa8bf 100644 (file)
@@ -353,7 +353,7 @@ ACX_WITH_SSL
 ACX_LIB_SSL
 AC_CHECK_FUNCS([OPENSSL_config EVP_sha1 EVP_sha256 EVP_sha512])
 
-AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support]))
+AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support, experimental]))
 case "$enable_sha2" in
        yes)
        AC_DEFINE([USE_SHA2], [1], [Define this to enable SHA256 and SHA512 support.])
@@ -362,7 +362,7 @@ case "$enable_sha2" in
        ;;
 esac
 
-AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support]))
+AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support, experimental]))
 case "$enable_gost" in
        yes)
        AC_DEFINE([USE_GOST], [1], [Define this to enable GOST support.])
index feeb86894be31cfc9f0b3d0be9e762f27193f961..dcd34f4366dc7cb5b07db4d98cd4cf702eb73afe 100644 (file)
Binary files a/ldns-src.tar.gz and b/ldns-src.tar.gz differ