mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Update libpng to 1.6.36
This commit is contained in:
parent
4fe078bddb
commit
9c8f493fce
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user