aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xprojects/libarchive/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/libarchive/build.sh b/projects/libarchive/build.sh
index a46a44d2..6d55967f 100755
--- a/projects/libarchive/build.sh
+++ b/projects/libarchive/build.sh
@@ -24,7 +24,8 @@ cd $SRC/libxml2
--without-ftp \
--without-http \
--without-legacy \
- --without-python
+ --without-python \
+ --enable-static
make -j$(nproc)
make install
cp .libs/libxml2.a ${DEPS}/