From fc428c37cfd81dad0be751be3fa9bfc0050d1b38 Mon Sep 17 00:00:00 2001 From: lxh Date: Mon, 4 Nov 2024 18:00:08 +0800 Subject: [PATCH] =?UTF-8?q?bzip2=5F1=5F0=5F8=E5=BA=93=E7=9A=84hpkbuild?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=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/bzip2_1_0_8/HPKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/bzip2_1_0_8/HPKBUILD b/thirdparty/bzip2_1_0_8/HPKBUILD index 656e0364..2a4c248d 100644 --- a/thirdparty/bzip2_1_0_8/HPKBUILD +++ b/thirdparty/bzip2_1_0_8/HPKBUILD @@ -68,7 +68,7 @@ prepare() { build() { cd $builddir-$ARCH-build - make CC=${cc} AR=${ar} RANLIB=${ranlib} -j4 libbz2.a bzip2 bzip2recover > `pwd`/build.log 2>&1 + $MAKE VERBOSE=1 CC=${cc} AR=${ar} RANLIB=${ranlib} libbz2.a bzip2 bzip2recover > $buildlog 2>&1 ret=$? cd $OLDPWD return $ret @@ -76,7 +76,7 @@ build() { package() { cd $builddir-$ARCH-build - make install PREFIX=$LYCIUM_ROOT/usr/$pkgname/$ARCH >> `pwd`/build.log 2>&1 + $MAKE VERBOSE=1 install PREFIX=$LYCIUM_ROOT/usr/$pkgname/$ARCH >> $buildlog 2>&1 cd $OLDPWD unset cc ar ranlib } -- Gitee