From: Mark Andrews Date: Mon, 13 Oct 2008 00:29:48 +0000 (+0000) Subject: 2461. [port] sunos: Change #2363 was not complete. [RT #17513] X-Git-Tag: v9.6.0-P1~122 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=99a522dad7623549cd5e32a4968e6de8eca46ff1;p=thirdparty%2Fbind9.git 2461. [port] sunos: Change #2363 was not complete. [RT #17513] --- diff --git a/CHANGES b/CHANGES index 527dfe7cc2e..ec6882eb086 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2461. [port] sunos: Change #2363 was not complete. [RT #17513] + --- 9.6.0a1 released --- 2460. [bug] Don't call dns_db_getnsec3parameters() on the cache. diff --git a/configure.in b/configure.in index 4a913caa02a..01b1e0256a4 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.452 $) +AC_REVISION($Revision: 1.453 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.59) @@ -1206,7 +1206,7 @@ AC_SUBST(PURIFY) # GNU libtool support # case $host in -sunos*) +*-sunos*) # Just set the maximum command line length for sunos as it otherwise # takes a exceptionally long time to work it out. Required for libtool. lt_cv_sys_max_cmd_len=4096;