Skip to content
Snippets Groups Projects
Verified Commit 9c8f493f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update libpng to 1.6.36

parent 4fe078bd
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment