Pass -no-undefined to libtool so that a native DLL can be built on Windows
This commit is contained in:
parent
9abef59142
commit
49461b5e66
@ -83,7 +83,8 @@ EXTRA_DIST = \
|
|||||||
libsodium_la_LDFLAGS = \
|
libsodium_la_LDFLAGS = \
|
||||||
$(AM_LDFLAGS) \
|
$(AM_LDFLAGS) \
|
||||||
-export-dynamic \
|
-export-dynamic \
|
||||||
-version-info $(SODIUM_LIBRARY_VERSION)
|
-version-info $(SODIUM_LIBRARY_VERSION) \
|
||||||
|
-no-undefined
|
||||||
|
|
||||||
libsodium_la_CPPFLAGS = \
|
libsodium_la_CPPFLAGS = \
|
||||||
$(LTDLINCL) \
|
$(LTDLINCL) \
|
||||||
|
Loading…
Reference in New Issue
Block a user