1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

Ports/libarchive: Update libarchive to version 3.7.1

The sysroot is now configured for libarchive and pcre, to allow
libarchive to find libpcre when building with Clang.
This commit is contained in:
EWouters 2023-09-01 20:11:08 +02:00 committed by Jelle Raaijmakers
parent c59ae1b7bf
commit f18a87fa1f
3 changed files with 7 additions and 3 deletions

View file

@ -6,3 +6,6 @@ use_fresh_config_sub='true'
files=(
"https://downloads.sourceforge.net/project/pcre/pcre/${version}/pcre-${version}.tar.gz#4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09"
)
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
)