This commit is contained in:
Sergey Zhemoytel 2024-07-18 21:33:17 +00:00
parent d0a1e85f92
commit a803396837

View file

@ -140,8 +140,6 @@ Libraries you can use to develop applications with XML security standarts.
%setup -q
%build
%configure --help
#export OPENSSL_LIBS="-L/opt/openssl1.1/lib"
#export OPENSSL_CFLAGS="-L/opt/openssl1.1/lib"
#export LIBS="/opt/openssl1.1/lib/ $LIBS"
@ -150,7 +148,7 @@ Libraries you can use to develop applications with XML security standarts.
--disable-static \
--enable-gost \
--enable-gost2012 \
--without-gnutls \
--with-gnutls \
--with-openssl=/opt/openssl3.3 \
LIBS="${LIBS} -L/opt/openssl3.3/lib"