forked from github/server
build with or without libbsd installed
This commit is contained in:
parent
4dfa1035b6
commit
50f84adc37
|
@ -25,7 +25,7 @@ check_include_file(signal.h HAVE_SIGNAL_H)
|
|||
check_include_file(execinfo.h HAVE_EXECINFO_H)
|
||||
|
||||
include (CheckLibraryExists)
|
||||
check_library_exists(m sin "" HAVE_LIBM)
|
||||
check_library_exists(m fmin "" HAVE_LIBM)
|
||||
check_library_exists(bsd strlcat "" HAVE_LIBBSD)
|
||||
|
||||
include (CheckFunctionExists)
|
||||
|
|
2
clibs
2
clibs
|
@ -1 +1 @@
|
|||
Subproject commit c8f4a372b97e9249fe87ca4f7b60dea4799bae7f
|
||||
Subproject commit 6cdcdd62d167e0159d10d4e95b5def97d785fdef
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue