New script to compile on systems that already have pthreads in the
system.
This commit is contained in:
parent
2d2d31394a
commit
dc8c8cda4d
7
crypto/threads/pthread2.sh
Executable file
7
crypto/threads/pthread2.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user