From 85821a112c5dd94d784a097959ef136d9fd4b675 Mon Sep 17 00:00:00 2001 From: zhongluping Date: Mon, 23 Dec 2024 06:47:42 +0000 Subject: [PATCH] update thirdparty/libid3tag/HPKBUILD. Signed-off-by: zhongluping --- thirdparty/libid3tag/HPKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/libid3tag/HPKBUILD b/thirdparty/libid3tag/HPKBUILD index 6997d24e..2450eb91 100644 --- a/thirdparty/libid3tag/HPKBUILD +++ b/thirdparty/libid3tag/HPKBUILD @@ -65,7 +65,7 @@ prepare() { build() { cd $pkgname-$ARCH-build - ./configure "$@" --host=$host --enable-static --enable-profiling > $buildlog 2>&1 + ./configure "$@" --host=$host --enable-static > $buildlog 2>&1 $MAKE VERBOSE=1 >> $buildlog 2>&1 ret=$? cd $OLDPWD -- Gitee