tukaani-project / xz

XZ Utils
https://tukaani.org/xz/
Other
532 stars 95 forks source link

[Bug]: `--disable-threads` prevents build of dynamic library #45

Closed 251 closed 1 year ago

251 commented 1 year ago

Describe the bug

With a plain ./configure I get:

./src/liblzma/.libs/liblzma.a
./src/liblzma/.libs/liblzma.so.5.4.2
./src/liblzma/.libs/liblzma.so.5
./src/liblzma/.libs/liblzma.so

but as soon as I add --disable-threads the .so.5.4.2 file and links are missing:

./src/liblzma/.libs/liblzma.a

Is this the intended behaviour?

Version

5.4.2

Operating System

Linux AMD64

Relevant log output

No response

251 commented 1 year ago

Thanks!