summaryrefslogtreecommitdiff
path: root/Ports/libarchive/package.sh
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-04-12 01:40:00 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-14 21:46:20 +0200
commit86189bd93bafcd2c7592efbcc061e314692fc571 (patch)
treee6c3373db4d95376675f31fa5bc22706723a7e49 /Ports/libarchive/package.sh
parent97471030e7b99cc0729ef7975808a94d585edfa5 (diff)
downloadserenity-86189bd93bafcd2c7592efbcc061e314692fc571.zip
Ports: Link libarchive against pcre because the system's libregex doesn't support re_nsub
Diffstat (limited to 'Ports/libarchive/package.sh')
-rwxr-xr-xPorts/libarchive/package.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Ports/libarchive/package.sh b/Ports/libarchive/package.sh
index 17e3c4303d..bc29cfe120 100755
--- a/Ports/libarchive/package.sh
+++ b/Ports/libarchive/package.sh
@@ -5,7 +5,9 @@ useconfigure=true
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"
-depends=zlib
+depends="zlib pcre"
auth_type="sig"
auth_import_key="CB55788360B992FA0885C878F040F7196BA99AF4"
auth_opts="libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz"
+
+export ac_cv_header_regex_h=no