diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-04-06 19:39:59 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-04-06 19:39:59 +0200 |
commit | cbddb5f6903a45088671096807317b0eae8073a7 (patch) | |
tree | 1fb4f5047d78f19a26486d7a02b7b66050d40c66 /external/unbound/configure_checks.cmake | |
parent | no newline at end of file (diff) | |
download | monero-cbddb5f6903a45088671096807317b0eae8073a7.tar.xz |
updated unbound cmake for static builds
Diffstat (limited to '')
-rw-r--r-- | external/unbound/configure_checks.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/external/unbound/configure_checks.cmake b/external/unbound/configure_checks.cmake index ead51e98f..6b812858e 100644 --- a/external/unbound/configure_checks.cmake +++ b/external/unbound/configure_checks.cmake @@ -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) |