diff --git a/thirdparty/libiconv/HPKBUILD b/thirdparty/libiconv/HPKBUILD index 1bde16a91e42a1095670a1ed6fd7ec24f659620e..c00352bc37f45383b5f4d4f563d6debfbf5c61a2 100644 --- a/thirdparty/libiconv/HPKBUILD +++ b/thirdparty/libiconv/HPKBUILD @@ -58,8 +58,8 @@ prepare() { build() { cd $builddir-$ARCH-build - ./configure "$@" --host=$host >> $buildlog 2>&1 - $MAKE >> $buildlog 2>&1 + PKG_CONFIG_LIBDIR="${pkgconfigpath}" ./configure "$@" --host=$host >> $buildlog 2>&1 + $MAKE VERBOSE=1 >> $buildlog 2>&1 ret=$? cd $OLDPWD @@ -68,7 +68,7 @@ build() { package() { cd $builddir-$ARCH-build - make install >> $buildlog 2>&1 + $MAKE VERBOSE=1 install >> $buildlog 2>&1 cd $OLDPWD if [ $ARCH == "armeabi-v7a" ] then