On Jul 12, 2018, at 4:23 PM, Warren Young <war...@etr-usa.com> wrote: > > cc-check-function-in-lib dlopen dl > cc-check-function-in-lib iconv iconv > cc-check-function-in-lib inflateEnd z > cc-check-function-in-lib gethostbyname nsl > cc-check-function-in-lib ns_name_uncompress resolv > cc-check-function-in-lib sqlite3_open sqlite3 $extralibs > cc-check-function-in-lib dlopen dl
Copy-paste bug: remove the second dlopen(2) check. It should be checked early, because many other libraries use this syscall. The networking stuff is after the core syscall checks, but before any libraries that do networking, etc. The order of the libnsl and libresolv checks might need to be swapped, but I think I’ve got it right as shown. _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users