Explorar o código

add safethread

SVN-Revision: 33269
John Crispin %!s(int64=13) %!d(string=hai) anos
pai
achega
fc1d7255ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/openssl/Makefile

+ 1 - 1
package/openssl/Makefile

@@ -105,7 +105,7 @@ define Build/Configure
 	)
 endef
 
-TARGET_CFLAGS += $(FPIC)
+TARGET_CFLAGS += $(FPIC) -DOPENSSL_THREADS -pthread -D_REENTRANT -D_THREAD_SAFE -D_THREADSAFE
 
 define Build/Compile
 	# XXX: OpenSSL "make depend" will look for installed headers before its own,