mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:07:35 +00:00
Ports/libtiff: Set the correct sysroot
This commit is contained in:
parent
5704b7e128
commit
f76f68aad9
1 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,11 @@ version='4.4.0'
|
||||||
files="http://download.osgeo.org/libtiff/tiff-${version}.tar.xz tiff-${version}.tar.xz 49307b510048ccc7bc40f2cba6e8439182fe6e654057c1a1683139bf2ecb1dc1"
|
files="http://download.osgeo.org/libtiff/tiff-${version}.tar.xz tiff-${version}.tar.xz 49307b510048ccc7bc40f2cba6e8439182fe6e654057c1a1683139bf2ecb1dc1"
|
||||||
auth_type='sha256'
|
auth_type='sha256'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
configopts=("--disable-static" "--enable-shared")
|
configopts=(
|
||||||
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||||
|
"--prefix=/usr/local"
|
||||||
|
"--disable-static"
|
||||||
|
"--enable-shared"
|
||||||
|
)
|
||||||
workdir="tiff-${version}"
|
workdir="tiff-${version}"
|
||||||
depends=("libjpeg" "zstd" "xz")
|
depends=("libjpeg" "zstd" "xz")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue