mirror of
https://abf.rosa.ru/djam/openssl.git
synced 2025-02-22 15:52:50 +00:00
This commit is contained in:
parent
a775e91e01
commit
3d064595ff
1 changed files with 10 additions and 10 deletions
20
openssl.spec
20
openssl.spec
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue