mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
parent
a68a82e4e5
commit
99a522dad7
2 changed files with 4 additions and 2 deletions
2
CHANGES
2
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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue