mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Ports: Configure libarchive with --without-xml2
Otherwise it won't build on my machine.
This commit is contained in:
parent
12e0fab580
commit
680a873b76
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
||||||
port=libarchive
|
port=libarchive
|
||||||
version=3.4.0
|
version=3.4.0
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
|
configopts="--without-xml2"
|
||||||
files="https://libarchive.org/downloads/libarchive-3.4.0.tar.gz libarchive-3.4.0.tar.gz"
|
files="https://libarchive.org/downloads/libarchive-3.4.0.tar.gz libarchive-3.4.0.tar.gz"
|
||||||
depends=zlib
|
depends=zlib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue