mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Windows: Make build.bash work without --enable-dynamic=no.
This commit is contained in:
parent
f9907503f8
commit
630a8beda3
1 changed files with 2 additions and 2 deletions
|
@ -98,9 +98,9 @@ buildit()
|
||||||
--prefix= \
|
--prefix= \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-threads \
|
--disable-threads \
|
||||||
--enable-dynamic=no \
|
|
||||||
--build="$BUILD" \
|
--build="$BUILD" \
|
||||||
CFLAGS="$CFLAGS -O2"
|
CFLAGS="$CFLAGS -O2" \
|
||||||
|
LDFLAGS=-static
|
||||||
make check
|
make check
|
||||||
|
|
||||||
cp -v src/xz/xz.exe src/liblzma/.libs/liblzma.a "$DESTDIR"
|
cp -v src/xz/xz.exe src/liblzma/.libs/liblzma.a "$DESTDIR"
|
||||||
|
|
Loading…
Reference in a new issue