[package] bind: update to 9.8.0-P4

Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28014 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2011-08-16 20:34:17 +00:00
parent 7f60b73795
commit 93fb9e05b0
3 changed files with 15 additions and 98 deletions

View File

@ -0,0 +1,13 @@
--- a/configure.in 2011-06-29 19:14:25.053420788 +0400
+++ b/configure.in 2011-06-29 19:26:34.860280457 +0400
@@ -699,7 +699,9 @@
[AC_MSG_RESULT(yes)
have_gost="yes"],
[AC_MSG_RESULT(no)
- have_gost="no"])
+ have_gost="no"],
+ [AC_MSG_RESULT(assuming target platform has no GOST support)
+ have_gost="no"])
case $have_gost in
yes)
OPENSSL_GOST="yes"