Skip to content
Snippets Groups Projects
Commit 8703cf92 authored by John Crispin's avatar John Crispin
Browse files

revert threadsafe patch

SVN-Revision: 33292
parent 95738d97
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ define Package/openssl-util ...@@ -58,7 +58,7 @@ define Package/openssl-util
$(call Package/openssl/Default) $(call Package/openssl/Default)
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
DEPENDS:=+libopenssl +libpthread DEPENDS:=+libopenssl
TITLE+= (utility) TITLE+= (utility)
endef endef
...@@ -105,7 +105,7 @@ define Build/Configure ...@@ -105,7 +105,7 @@ define Build/Configure
) )
endef endef
TARGET_CFLAGS += $(FPIC) -DOPENSSL_THREADS -pthread -D_REENTRANT -D_THREAD_SAFE -D_THREADSAFE TARGET_CFLAGS += $(FPIC)
define Build/Compile define Build/Compile
# XXX: OpenSSL "make depend" will look for installed headers before its own, # XXX: OpenSSL "make depend" will look for installed headers before its own,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment