From 653117607d1a93bb63c910370b5d38e32d4164f0 Mon Sep 17 00:00:00 2001 From: lxh Date: Fri, 15 Nov 2024 19:30:55 +0800 Subject: [PATCH] =?UTF-8?q?libiconv=E5=BA=93=E7=9A=84hpkbuild=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lxh --- thirdparty/libiconv/HPKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thirdparty/libiconv/HPKBUILD b/thirdparty/libiconv/HPKBUILD index 1bde16a9..c00352bc 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 -- Gitee