mirror of
https://github.com/RGBCube/serenity
synced 2025-06-19 08:42:06 +00:00
Ports: Make libxml2 work when Python is installed
Building libxml2 fails when Python was previously installed.
This commit is contained in:
parent
07141434e0
commit
9252addf55
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ version="2.9.12"
|
||||||
files="ftp://xmlsoft.org/libxml2/libxml2-${version}.tar.gz libxml2-${version}.tar.gz c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92"
|
files="ftp://xmlsoft.org/libxml2/libxml2-${version}.tar.gz libxml2-${version}.tar.gz c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92"
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
depends="libiconv"
|
depends="libiconv"
|
||||||
configopts="--prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
configopts="--prefix=${SERENITY_INSTALL_ROOT}/usr/local --without-python"
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
# Leave out DESTDIR - otherwise the prefix breaks
|
# Leave out DESTDIR - otherwise the prefix breaks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue