diff options
author | William Ahern <william@25thandClement.com> | 2014-01-31 14:41:53 -0800 |
---|---|---|
committer | William Ahern <william@25thandClement.com> | 2014-01-31 14:41:53 -0800 |
commit | 331bc576f5bf394bcc006a8cb7766062dabdfe9c (patch) | |
tree | 519cfa9cce121d1c4182ca249c07a57e40d7c97a /src/GNUmakefile | |
parent | 864c08cc3e75442443d3492cf3084b704ef5af70 (diff) | |
download | luaossl-331bc576f5bf394bcc006a8cb7766062dabdfe9c.tar.gz luaossl-331bc576f5bf394bcc006a8cb7766062dabdfe9c.tar.bz2 luaossl-331bc576f5bf394bcc006a8cb7766062dabdfe9c.zip |
add multithread reentrancy protection
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r-- | src/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index fcf79a6..a0c2f00 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile | |||
@@ -29,7 +29,7 @@ ifeq ($(CC_$(d)), sunpro) | |||
29 | CPPFLAGS_$(d) += -DOPENSSL_NO_EC | 29 | CPPFLAGS_$(d) += -DOPENSSL_NO_EC |
30 | endif | 30 | endif |
31 | 31 | ||
32 | LDFLAGS_$(d) += -lssl -lcrypto | 32 | LDFLAGS_$(d) += -lssl -lcrypto -lpthread -ldl |
33 | 33 | ||
34 | # | 34 | # |
35 | # C O M P I L A T I O N R U L E S | 35 | # C O M P I L A T I O N R U L E S |