[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:
13
net/bind/patches/100-configure-GOST.patch
Normal file
13
net/bind/patches/100-configure-GOST.patch
Normal 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"
|
Reference in New Issue
Block a user