On 2022-11-23 22:26:39 [+0200], Lasse Collin wrote: > On 2022-11-23 John Paul Adrian Glaubitz wrote: > > Well, Debian builds both the static and dynamic libraries in separate > > steps, so I'm not sure whether the autotools build system would be > > able to detect that. > > I would assume the separate steps means running configure twice, once > to disable static build and once to disable shared build.
3x to be exact: - 1x shared with threads - 1x static with threads - 1x non-shared, no threads, no encoders, just xzdec. There are three build folder in the end. The full gets a make install, the other get xzdec/liblzma.a extracted. Sebastian