2461. [port] sunos: Change #2363 was not complete. [RT #17513]

This commit is contained in:
Mark Andrews 2008-10-13 00:29:48 +00:00
parent a68a82e4e5
commit 99a522dad7
2 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -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;