Update libpng to 1.6.36

This commit is contained in:
Jeremy Soller 2018-12-10 11:43:35 -07:00
parent 4fe078bddb
commit 9c8f493fce
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -1,4 +1,4 @@
VERSION=1.6.34
VERSION=1.6.36
TAR=https://github.com/glennrp/libpng/archive/v${VERSION}.tar.gz
BUILD_DEPENDS=(zlib)
@ -13,10 +13,9 @@ function recipe_update {
}
function recipe_build {
sysroot="${PWD}/../sysroot"
sysroot="$(realpath ../sysroot)"
export LDFLAGS="-L$sysroot/lib"
export CPPFLAGS="-I$sysroot/include"
./autogen.sh
chmod +w config.sub
wget -O config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub