From 99a522dad7623549cd5e32a4968e6de8eca46ff1 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 13 Oct 2008 00:29:48 +0000 Subject: [PATCH] 2461. [port] sunos: Change #2363 was not complete. [RT #17513] --- CHANGES | 2 ++ configure.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 527dfe7cc2..ec6882eb08 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 4a913caa02..01b1e0256a 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;