From 9d8725dfc1255fe92ee198db69080cafc6fbd6a6 Mon Sep 17 00:00:00 2001 From: wuguangzhao Date: Mon, 23 Dec 2024 16:04:57 +0800 Subject: [PATCH] =?UTF-8?q?libid3tag=E6=B5=8B=E8=AF=95=E9=97=A8=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuguangzhao --- 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