ports: Update and dont build static libpng, libjpeg, libtiff
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#!/bin/bash ../install.sh
|
||||
|
||||
NAME='libtiff'
|
||||
VERSION='4.7.0'
|
||||
DOWNLOAD_URL="https://download.osgeo.org/libtiff/tiff-$VERSION.tar.gz#67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976"
|
||||
VERSION='4.7.2'
|
||||
DOWNLOAD_URL="https://download.osgeo.org/libtiff/tiff-$VERSION.tar.xz#4996f0c4f93094719b1ca5c6279b20e588773ba8a247533e486416fb662ddb88"
|
||||
TAR_CONTENT="tiff-$VERSION"
|
||||
DEPENDENCIES=('zlib' 'zstd' 'libjpeg')
|
||||
CONFIG_SUB=('config/config.sub')
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--disable-static'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user