1.0.2u
All checks were successful
Run CI/CD... / main (push) Successful in 15m52s

This commit is contained in:
Your Name 2025-02-18 23:24:10 +00:00
parent a775e91e01
commit 3d064595ff

View file

@ -300,18 +300,18 @@ make rehash build-shared
# Verify that what was compiled actually works.
export LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
make -C test apps tests
#make -C test apps tests
gcc -o openssl-thread-test \
%{?_with_krb5:`krb5-config --cflags`} \
-I./include \
%{optflags} \
openssl-thread-test.c \
-L. -lssl -lcrypto \
%{?_with_krb5:`krb5-config --libs`} \
-lpthread -lz -ldl
#gcc -o openssl-thread-test \
# %{?_with_krb5:`krb5-config --cflags`} \
# -I./include \
# %{optflags} \
# openssl-thread-test.c \
# -L. -lssl -lcrypto \
# %{?_with_krb5:`krb5-config --libs`} \
# -lpthread -lz -ldl
./openssl-thread-test --threads %{thread_test_threads}
#./openssl-thread-test --threads %{thread_test_threads}
%install