Enabled exporting symbols for NetBSD.

This commit is contained in:
Sergey Kandaurov
2017-12-26 17:55:48 +03:00
parent 2ab29f6cc3
commit cdfdbc43eb

View File

@@ -136,7 +136,8 @@ case "$NXT_SYSTEM" in
NXT_SHARED_LOCAL_LINK="\$(CC) -shared"
NXT_MODULE_LINK="\$(CC) -shared"
NXT_EXEC_LINK="\$(CC)"
# "-Wl,-E" exports symbols of executable file.
NXT_EXEC_LINK="\$(CC) -Wl,-E"
NXT_SHARED_LOCAL_EXEC_LINK=
NXT_LIB_STATIC="libnxt.a"