diff --git a/openssl.spec b/openssl.spec index e583717..7b62e66 100644 --- a/openssl.spec +++ b/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