mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Link libarchive against pcre because the system's libregex doesn't support re_nsub
This commit is contained in:
parent
97471030e7
commit
86189bd93b
Notes:
sideshowbarker
2024-07-18 20:21:21 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/86189bd93ba Pull-request: https://github.com/SerenityOS/serenity/pull/6253
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue