mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Add -no-undefined to get shared liblzma on Windows.
This commit is contained in:
parent
73f560ee5f
commit
6e685aae45
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ SUBDIRS = api common check
|
||||||
|
|
||||||
lib_LTLIBRARIES = liblzma.la
|
lib_LTLIBRARIES = liblzma.la
|
||||||
liblzma_la_SOURCES =
|
liblzma_la_SOURCES =
|
||||||
liblzma_la_LDFLAGS = -version-info 0:0:0
|
liblzma_la_LDFLAGS = -no-undefined -version-info 0:0:0
|
||||||
|
|
||||||
liblzma_la_LIBADD = \
|
liblzma_la_LIBADD = \
|
||||||
common/libcommon.la \
|
common/libcommon.la \
|
||||||
|
|
Loading…
Reference in a new issue