Message ID | 20160909231847.60881-1-rodger.combs@gmail.com |
---|---|
State | Accepted |
Commit | 63fbeebf6ecb40b21db84d42f9f18867b3f89dca |
Headers | show |
diff --git a/configure b/configure index b11ca7f..29eb35b 100755 --- a/configure +++ b/configure @@ -4704,6 +4704,8 @@ case $target_os in { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; } check_header dispatch/dispatch.h && add_cppflags '-I\$(SRC_PATH)/compat/dispatch_semaphore' + version_script='-exported_symbols_list' + VERSION_SCRIPT_POSTPROCESS_CMD='tr " " "\n" | sed -n /global:/,/local:/p | grep ";" | tr ";" "\n" | sed -E "s/(.+)/_\1/g" | sed -E "s/(.+[^*])$$$$/\1*/"' ;; msys*) die "Native MSYS builds are discouraged, please use the MINGW environment."