diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-14 16:15:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-14 16:15:07 +0000 |
commit | 33bfa78fd2e8bc7959356474e7bcdf56b6c8a867 (patch) | |
tree | 1218edbe34b566e01d638a220cd5099757fd001c /package/openssl/Makefile | |
parent | 4d8098a62b890aba030c7906e35bd52cfdb9c11d (diff) | |
download | upstream-33bfa78fd2e8bc7959356474e7bcdf56b6c8a867.tar.gz upstream-33bfa78fd2e8bc7959356474e7bcdf56b6c8a867.tar.bz2 upstream-33bfa78fd2e8bc7959356474e7bcdf56b6c8a867.zip |
AA: openssl: Support multi-threaded applications
(This is a backport of r39048 from trunk).
Allow multi-threaded applications to work properly by
removing the "no-threads" flag that is enabled by default.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39585 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index a8b32570ff..fa08774a3a 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -75,7 +75,7 @@ endef OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-smime \ no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 -OPENSSL_OPTIONS:= shared no-ec no-err no-hw no-threads zlib-dynamic no-sse2 +OPENSSL_OPTIONS:= shared no-ec no-err no-hw zlib-dynamic no-sse2 ifdef CONFIG_OPENSSL_ENGINE_CRYPTO OPENSSL_OPTIONS += -DHAVE_CRYPTODEV |