summaryrefslogtreecommitdiff
path: root/Ports/libarchive
diff options
context:
space:
mode:
authorPierce Andjelkovic <pierceandjelkovic@gmail.com>2022-03-10 18:09:53 +1100
committerLinus Groh <mail@linusgroh.de>2022-03-15 14:03:07 +0000
commita7ba108d1d0739acebdd0d4a64e5bff782eeb2e0 (patch)
tree7d868702eeb31c4446849379761ec11a394c752d /Ports/libarchive
parent7b2e0af13f1fee9440a6e2ac8ce7ea0e769a641d (diff)
downloadserenity-a7ba108d1d0739acebdd0d4a64e5bff782eeb2e0.zip
Ports: Point libarchive to the correct config.sub location
Diffstat (limited to 'Ports/libarchive')
-rwxr-xr-xPorts/libarchive/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/libarchive/package.sh b/Ports/libarchive/package.sh
index 21cbb84136..bff940dff8 100755
--- a/Ports/libarchive/package.sh
+++ b/Ports/libarchive/package.sh
@@ -3,6 +3,7 @@ port=libarchive
version=3.5.2
useconfigure=true
use_fresh_config_sub=true
+config_sub_path=build/autoconf/config.sub
configopts=("--without-xml2")
files="https://libarchive.org/downloads/libarchive-${version}.tar.gz libarchive-${version}.tar.gz
https://libarchive.org/downloads/libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz.asc"