Libpng fix again.

This commit is contained in:
fewtarius 2022-12-27 01:09:15 +00:00
parent e81b3ada7a
commit fd8a12fb79
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -16,7 +16,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_z_zlibVersion=yes \
--enable-static \
--enable-shared"
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared"
PKG_CONFIGURE_OPTS_HOST="--disable-static --enable-shared"
pre_configure_host() {
export CPPFLAGS="$CPPFLAGS -I${TOOLCHAIN}/include"