Libpng fix again.
This commit is contained in:
parent
e81b3ada7a
commit
fd8a12fb79
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue