aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2022-03-31 13:52:59 +1100
committerGravatar GitHub <noreply@github.com>2022-03-31 13:52:59 +1100
commit8d55f22548c03e9f1aca45b79f31fca74dce3723 (patch)
treea4789b6291e823b29f5c44104f4e1ed5cdb4f6e6
parente3aaf609aaed957051ac0cb2ff5a778cdecd3af4 (diff)
Fix libarchive build. (#7481)
Set --enable-static for libxml2. This was set to false by default in a recent commit
-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}/