xz: build as static library

... or gdb fails because it is linked against lzma and
xz is not installed to target system
This commit is contained in:
Stefan Saraev 2014-01-07 00:02:33 +02:00
parent 93cc36d5bb
commit 36dbdcb422

View File

@ -38,3 +38,5 @@ PKG_CONFIGURE_OPTS_HOST="--disable-lzmadec \
--enable-lzma-links \
--disable-scripts \
--disable-nls"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"