Add configure option --disable-libdl.

This makes it possible to build full static binary.
This commit is contained in:
Qi Wang
2018-06-07 12:27:19 -07:00
committed by Qi Wang
parent 8e9a613122
commit 1f55a15467
2 changed files with 34 additions and 8 deletions

View File

@@ -269,6 +269,11 @@ any of the following arguments (not a definitive list) to 'configure':
in the same process, which will almost certainly result in confusing runtime
crashes if pointers leak from one implementation to the other.
* `--disable-libdl`
Disable the usage of libdl, namely dlsym(3) which is required by the lazy
lock option. This can allow building static binaries.
The following environment variables (not a definitive list) impact configure's
behavior: