mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports: Point libarchive to the correct config.sub location
This commit is contained in:
parent
7b2e0af13f
commit
a7ba108d1d
Notes:
sideshowbarker
2024-07-18 08:59:31 +09:00
Author: https://github.com/archanox Commit: https://github.com/SerenityOS/serenity/commit/a7ba108d1d Pull-request: https://github.com/SerenityOS/serenity/pull/12966 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue