updated unbound cmake for static builds
This commit is contained in:
3
external/unbound/configure_checks.cmake
vendored
3
external/unbound/configure_checks.cmake
vendored
@@ -33,6 +33,7 @@ check_include_file(sys/stat.h HAVE_SYS_STAT_H)
|
||||
check_include_file(sys/sysctl.h HAVE_SYS_SYSCTL_H)
|
||||
check_include_file(sys/types.h HAVE_SYS_TYPES_H)
|
||||
check_include_file(sys/uio.h HAVE_SYS_UIO_H)
|
||||
check_include_file(sys/un.h HAVE_SYS_UN_H)
|
||||
check_include_file(sys/wait.h HAVE_SYS_WAIT_H)
|
||||
check_include_file(syslog.h HAVE_SYSLOG_H)
|
||||
check_include_file(time.h HAVE_TIME_H)
|
||||
@@ -59,6 +60,7 @@ check_function_exists(endservent HAVE_ENDSERVENT)
|
||||
check_function_exists(fnctl HAVE_FNCTL)
|
||||
check_function_exists(fork HAVE_FORK)
|
||||
check_function_exists(fseeko HAVE_FSEEKO)
|
||||
check_function_exists(getauxval HAVE_GETAUXVAL)
|
||||
check_function_exists(getentropy HAVE_GETENTROPY)
|
||||
check_function_exists(getpwnam HAVE_GETPWNAM)
|
||||
check_function_exists(getrlimit HAVE_GETRLIMIT)
|
||||
@@ -74,6 +76,7 @@ check_function_exists(localtime_r HAVE_LOCALTIME_R)
|
||||
check_function_exists(malloc HAVE_MALLOC)
|
||||
check_function_exists(memmove HAVE_MEMMOVE)
|
||||
check_function_exists(random HAVE_RANDOM)
|
||||
check_function_exists(reallocarray HAVE_DECL_REALLOCARRAY)
|
||||
check_function_exists(recvmsg HAVE_RECVMSG)
|
||||
check_function_exists(sbrk HAVE_SBRK)
|
||||
check_function_exists(sendmsg HAVE_SENDMSG)
|
||||
|
||||
Reference in New Issue
Block a user