Add -no-undefined to LDFLAGS
This tells libtool that jansson does not require any external symbols, and allows building it as a shared library (DLL) on Windows.
This commit is contained in:
@@ -14,6 +14,7 @@ libjansson_la_SOURCES = \
|
||||
util.h \
|
||||
value.c
|
||||
libjansson_la_LDFLAGS = \
|
||||
-no-undefined \
|
||||
-export-symbols-regex '^json_' \
|
||||
-version-info 1:1:1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user