mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
parent
d3cd7abe85
commit
7b5db576fd
1 changed files with 4 additions and 3 deletions
|
@ -99,9 +99,10 @@ buildit()
|
|||
--disable-nls \
|
||||
--disable-threads \
|
||||
--build="$BUILD" \
|
||||
CFLAGS="$CFLAGS -O2" \
|
||||
LDFLAGS=-static
|
||||
make check
|
||||
CFLAGS="$CFLAGS -O2"
|
||||
make -C src/liblzma
|
||||
make -C src/xz LDFLAGS=-static
|
||||
make -C tests check
|
||||
|
||||
cp -v src/xz/xz.exe src/liblzma/.libs/liblzma.a "$DESTDIR"
|
||||
cp -v src/liblzma/.libs/liblzma-*.dll "$DESTDIR/liblzma.dll"
|
||||
|
|
Loading…
Reference in a new issue