2008-07-13 12:37:59 +00:00
|
|
|
Index: bind-9.5.0-P1/configure
|
2007-09-09 18:14:33 +00:00
|
|
|
===================================================================
|
2008-07-13 12:37:59 +00:00
|
|
|
--- bind-9.5.0-P1.orig/configure 2008-05-06 02:33:33.000000000 +0100
|
|
|
|
+++ bind-9.5.0-P1/configure 2008-07-12 08:23:25.000000000 +0100
|
|
|
|
@@ -6369,8 +6369,7 @@
|
2006-07-31 12:43:09 +00:00
|
|
|
else
|
|
|
|
test "$cross_compiling" = yes &&
|
|
|
|
{ { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
|
2006-10-16 20:22:31 +00:00
|
|
|
-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
|
|
|
|
- { (exit 1); exit 1; }; }
|
|
|
|
+echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} }
|
|
|
|
if test -r "$devrandom"; then
|
|
|
|
eval "$as_ac_File=yes"
|
|
|
|
else
|
2008-07-13 12:37:59 +00:00
|
|
|
@@ -25119,195 +25118,6 @@
|
2006-07-31 12:43:09 +00:00
|
|
|
# which provides some (all?) of the desired functions.
|
|
|
|
#
|
|
|
|
|
2008-07-13 12:37:59 +00:00
|
|
|
-{ echo "$as_me:$LINENO: checking for inet_ntop with IPv6 support" >&5
|
|
|
|
-echo $ECHO_N "checking for inet_ntop with IPv6 support... $ECHO_C" >&6; }
|
2006-07-31 12:43:09 +00:00
|
|
|
-if test "$cross_compiling" = yes; then
|
2008-07-13 12:37:59 +00:00
|
|
|
- { echo "$as_me:$LINENO: result: assuming inet_ntop needed" >&5
|
|
|
|
-echo "${ECHO_T}assuming inet_ntop needed" >&6; }
|
|
|
|
- ISC_EXTRA_OBJS="$ISC_EXTRA_OBJS inet_ntop.$O"
|
|
|
|
- ISC_EXTRA_SRCS="$ISC_EXTRA_SRCS inet_ntop.c"
|
|
|
|
- ISC_PLATFORM_NEEDNTOP="#define ISC_PLATFORM_NEEDNTOP 1"
|
2006-07-31 12:43:09 +00:00
|
|
|
-else
|
|
|
|
- cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
-/* confdefs.h. */
|
|
|
|
-_ACEOF
|
|
|
|
-cat confdefs.h >>conftest.$ac_ext
|
|
|
|
-cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
-/* end confdefs.h. */
|
|
|
|
-
|
|
|
|
-#include <sys/types.h>
|
|
|
|
-#include <sys/socket.h>
|
|
|
|
-#include <netinet/in.h>
|
|
|
|
-#include <arpa/inet.h>
|
|
|
|
-main() {
|
|
|
|
-char a[16],b[64]; return(inet_ntop(AF_INET6, a, b, sizeof(b)) == (char*)0);}
|
|
|
|
-_ACEOF
|
|
|
|
-rm -f conftest$ac_exeext
|
2008-07-13 12:37:59 +00:00
|
|
|
-if { (ac_try="$ac_link"
|
|
|
|
-case "(($ac_try" in
|
|
|
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
- *) ac_try_echo=$ac_try;;
|
|
|
|
-esac
|
|
|
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
|
- (eval "$ac_link") 2>&5
|
2006-07-31 12:43:09 +00:00
|
|
|
- ac_status=$?
|
|
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
2008-07-13 12:37:59 +00:00
|
|
|
- { (case "(($ac_try" in
|
|
|
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
- *) ac_try_echo=$ac_try;;
|
|
|
|
-esac
|
|
|
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
|
- (eval "$ac_try") 2>&5
|
2006-07-31 12:43:09 +00:00
|
|
|
- ac_status=$?
|
|
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
- (exit $ac_status); }; }; then
|
2008-07-13 12:37:59 +00:00
|
|
|
- { echo "$as_me:$LINENO: result: yes" >&5
|
|
|
|
-echo "${ECHO_T}yes" >&6; }
|
|
|
|
- ISC_PLATFORM_NEEDNTOP="#undef ISC_PLATFORM_NEEDNTOP"
|
2006-07-31 12:43:09 +00:00
|
|
|
-else
|
|
|
|
- echo "$as_me: program exited with status $ac_status" >&5
|
|
|
|
-echo "$as_me: failed program was:" >&5
|
|
|
|
-sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
-
|
|
|
|
-( exit $ac_status )
|
2008-07-13 12:37:59 +00:00
|
|
|
-{ echo "$as_me:$LINENO: result: no" >&5
|
|
|
|
-echo "${ECHO_T}no" >&6; }
|
|
|
|
- ISC_EXTRA_OBJS="$ISC_EXTRA_OBJS inet_ntop.$O"
|
|
|
|
- ISC_EXTRA_SRCS="$ISC_EXTRA_SRCS inet_ntop.c"
|
|
|
|
- ISC_PLATFORM_NEEDNTOP="#define ISC_PLATFORM_NEEDNTOP 1"
|
2006-07-31 12:43:09 +00:00
|
|
|
-fi
|
2008-07-13 12:37:59 +00:00
|
|
|
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
2006-07-31 12:43:09 +00:00
|
|
|
-fi
|
|
|
|
-
|
|
|
|
-
|
2008-07-13 12:37:59 +00:00
|
|
|
-
|
|
|
|
-
|
2006-07-31 12:43:09 +00:00
|
|
|
-# On NetBSD 1.4.2 and maybe others, inet_pton() incorrectly accepts
|
|
|
|
-# addresses with less than four octets, like "1.2.3". Also leading
|
|
|
|
-# zeros should also be rejected.
|
|
|
|
-
|
2008-07-13 12:37:59 +00:00
|
|
|
-{ echo "$as_me:$LINENO: checking for working inet_pton with IPv6 support" >&5
|
|
|
|
-echo $ECHO_N "checking for working inet_pton with IPv6 support... $ECHO_C" >&6; }
|
2006-07-31 12:43:09 +00:00
|
|
|
-if test "$cross_compiling" = yes; then
|
2008-07-13 12:37:59 +00:00
|
|
|
- { echo "$as_me:$LINENO: result: assuming target platform has working inet_pton" >&5
|
|
|
|
-echo "${ECHO_T}assuming target platform has working inet_pton" >&6; }
|
2006-07-31 12:43:09 +00:00
|
|
|
- ISC_PLATFORM_NEEDPTON="#undef ISC_PLATFORM_NEEDPTON"
|
|
|
|
-else
|
|
|
|
- cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
-/* confdefs.h. */
|
|
|
|
-_ACEOF
|
|
|
|
-cat confdefs.h >>conftest.$ac_ext
|
|
|
|
-cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
-/* end confdefs.h. */
|
|
|
|
-
|
|
|
|
-#include <sys/types.h>
|
|
|
|
-#include <sys/socket.h>
|
|
|
|
-#include <netinet/in.h>
|
|
|
|
-#include <arpa/inet.h>
|
|
|
|
-main() { char a[16]; return (inet_pton(AF_INET, "1.2.3", a) == 1 ? 1 :
|
|
|
|
- inet_pton(AF_INET, "1.2.3.04", a) == 1 ? 1 :
|
|
|
|
- (inet_pton(AF_INET6, "::1.2.3.4", a) != 1)); }
|
|
|
|
-_ACEOF
|
|
|
|
-rm -f conftest$ac_exeext
|
2008-07-13 12:37:59 +00:00
|
|
|
-if { (ac_try="$ac_link"
|
|
|
|
-case "(($ac_try" in
|
|
|
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
- *) ac_try_echo=$ac_try;;
|
|
|
|
-esac
|
|
|
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
|
- (eval "$ac_link") 2>&5
|
2006-07-31 12:43:09 +00:00
|
|
|
- ac_status=$?
|
|
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
2008-07-13 12:37:59 +00:00
|
|
|
- { (case "(($ac_try" in
|
|
|
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
- *) ac_try_echo=$ac_try;;
|
|
|
|
-esac
|
|
|
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
|
- (eval "$ac_try") 2>&5
|
2006-07-31 12:43:09 +00:00
|
|
|
- ac_status=$?
|
|
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
- (exit $ac_status); }; }; then
|
2008-07-13 12:37:59 +00:00
|
|
|
- { echo "$as_me:$LINENO: result: yes" >&5
|
|
|
|
-echo "${ECHO_T}yes" >&6; }
|
|
|
|
- ISC_PLATFORM_NEEDPTON="#undef ISC_PLATFORM_NEEDPTON"
|
2006-07-31 12:43:09 +00:00
|
|
|
-else
|
|
|
|
- echo "$as_me: program exited with status $ac_status" >&5
|
|
|
|
-echo "$as_me: failed program was:" >&5
|
|
|
|
-sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
-
|
|
|
|
-( exit $ac_status )
|
2008-07-13 12:37:59 +00:00
|
|
|
-{ echo "$as_me:$LINENO: result: no" >&5
|
|
|
|
-echo "${ECHO_T}no" >&6; }
|
|
|
|
- ISC_EXTRA_OBJS="$ISC_EXTRA_OBJS inet_pton.$O"
|
|
|
|
- ISC_EXTRA_SRCS="$ISC_EXTRA_SRCS inet_pton.c"
|
|
|
|
- ISC_PLATFORM_NEEDPTON="#define ISC_PLATFORM_NEEDPTON 1"
|
2006-07-31 12:43:09 +00:00
|
|
|
-fi
|
2008-07-13 12:37:59 +00:00
|
|
|
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
2006-07-31 12:43:09 +00:00
|
|
|
-fi
|
|
|
|
-
|
2008-07-13 12:37:59 +00:00
|
|
|
-
|
|
|
|
-
|
|
|
|
-{ echo "$as_me:$LINENO: checking for inet_aton" >&5
|
|
|
|
-echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6; }
|
2006-07-31 12:43:09 +00:00
|
|
|
-cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
-/* confdefs.h. */
|
|
|
|
-_ACEOF
|
|
|
|
-cat confdefs.h >>conftest.$ac_ext
|
|
|
|
-cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
-/* end confdefs.h. */
|
|
|
|
-
|
|
|
|
-#include <sys/types.h>
|
|
|
|
-#include <netinet/in.h>
|
|
|
|
-#include <arpa/inet.h>
|
|
|
|
-int
|
|
|
|
-main ()
|
|
|
|
-{
|
|
|
|
-struct in_addr in; inet_aton(0, &in); return (0);
|
|
|
|
- ;
|
|
|
|
- return 0;
|
|
|
|
-}
|
|
|
|
-_ACEOF
|
|
|
|
-rm -f conftest.$ac_objext conftest$ac_exeext
|
2008-07-13 12:37:59 +00:00
|
|
|
-if { (ac_try="$ac_link"
|
|
|
|
-case "(($ac_try" in
|
|
|
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
- *) ac_try_echo=$ac_try;;
|
|
|
|
-esac
|
|
|
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
|
- (eval "$ac_link") 2>conftest.er1
|
2006-07-31 12:43:09 +00:00
|
|
|
- ac_status=$?
|
|
|
|
- grep -v '^ *+' conftest.er1 >conftest.err
|
|
|
|
- rm -f conftest.er1
|
|
|
|
- cat conftest.err >&5
|
|
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
2008-07-13 12:37:59 +00:00
|
|
|
- (exit $ac_status); } && {
|
|
|
|
- test -z "$ac_c_werror_flag" ||
|
|
|
|
- test ! -s conftest.err
|
|
|
|
- } && test -s conftest$ac_exeext &&
|
|
|
|
- $as_test_x conftest$ac_exeext; then
|
|
|
|
- { echo "$as_me:$LINENO: result: yes" >&5
|
|
|
|
-echo "${ECHO_T}yes" >&6; }
|
|
|
|
- ISC_PLATFORM_NEEDATON="#undef ISC_PLATFORM_NEEDATON"
|
2006-07-31 12:43:09 +00:00
|
|
|
-else
|
|
|
|
- echo "$as_me: failed program was:" >&5
|
|
|
|
-sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
-
|
2008-07-13 12:37:59 +00:00
|
|
|
- { echo "$as_me:$LINENO: result: no" >&5
|
|
|
|
-echo "${ECHO_T}no" >&6; }
|
|
|
|
- ISC_EXTRA_OBJS="$ISC_EXTRA_OBJS inet_aton.$O"
|
|
|
|
- ISC_EXTRA_SRCS="$ISC_EXTRA_SRCS inet_aton.c"
|
|
|
|
- ISC_PLATFORM_NEEDATON="#define ISC_PLATFORM_NEEDATON 1"
|
2006-07-31 12:43:09 +00:00
|
|
|
-fi
|
2008-07-13 12:37:59 +00:00
|
|
|
-
|
|
|
|
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
|
2006-07-31 12:43:09 +00:00
|
|
|
- conftest$ac_exeext conftest.$ac_ext
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
2006-10-16 20:22:31 +00:00
|
|
|
-
|
2006-07-31 12:43:09 +00:00
|
|
|
#
|
|
|
|
# Look for a 4.4BSD-style sa_len member in struct sockaddr.
|
2006-10-16 20:22:31 +00:00
|
|
|
#
|
2008-07-13 12:37:59 +00:00
|
|
|
Index: bind-9.5.0-P1/lib/bind/configure
|
2007-09-09 18:14:33 +00:00
|
|
|
===================================================================
|
2008-07-13 12:37:59 +00:00
|
|
|
--- bind-9.5.0-P1.orig/lib/bind/configure 2008-04-29 00:51:46.000000000 +0100
|
|
|
|
+++ bind-9.5.0-P1/lib/bind/configure 2008-06-08 15:16:17.000000000 +0100
|
|
|
|
@@ -5292,6 +5292,7 @@
|
|
|
|
if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then
|
2006-08-31 18:49:41 +00:00
|
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
|
else
|
|
|
|
+cross_compiling=no
|
|
|
|
test "$cross_compiling" = yes &&
|
|
|
|
{ { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
|
|
|
|
echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
|