openssl1.0/crypto/threads/pthread2.sh

7 lines
187 B
Bash
Raw Normal View History

2019-08-09 10:00:55 +02:00
#!/bin/sh
#
# build using pthreads where it's already built into the system
#
/bin/rm -f mttest
gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread -ldl