From 3f3e47f14678f21c6dddd384eaeef9fdd7ceb702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E5=8C=97=E5=86=B5=E5=BD=92?= <2692032597@qq.com> Date: Fri, 6 Dec 2024 02:08:04 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99=20=E6=89=93=E5=BC=80enable-aep=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 离北况归 <2692032597@qq.com> --- community/openssl_1_0_2u/HPKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/openssl_1_0_2u/HPKBUILD b/community/openssl_1_0_2u/HPKBUILD index b8ce91fe..29e734ce 100644 --- a/community/openssl_1_0_2u/HPKBUILD +++ b/community/openssl_1_0_2u/HPKBUILD @@ -41,7 +41,7 @@ prepare() { #参数1 build() { cd $builddir-$ARCH-build - PKG_CONFIG_LIBDIR=$pkgconfigpath ./Configure "$@" -fPIC $host > $buildlog 2>&1 + PKG_CONFIG_LIBDIR=$pkgconfigpath ./Configure enable-gost "$@" -fPIC $host > $buildlog 2>&1 $MAKE >> $buildlog 2>&1 ret=$? cd $OLDPWD -- Gitee