summaryrefslogtreecommitdiff
path: root/openssl/ExternalProject_openssl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/ExternalProject_openssl.mk')
-rw-r--r--openssl/ExternalProject_openssl.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/openssl/ExternalProject_openssl.mk b/openssl/ExternalProject_openssl.mk
index 010d2ca94c50..aa5492f3da32 100644
--- a/openssl/ExternalProject_openssl.mk
+++ b/openssl/ExternalProject_openssl.mk
@@ -60,9 +60,6 @@ $(call gb_ExternalProject_get_state_target,openssl,build):
$(if $(SYSBASE),-I$(SYSBASE)/usr/include -L$(SYSBASE)/usr/lib)))) \
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
&& $(MAKE) build_libs \
- CC="$(CC) $(if $(filter-out WNT,$(OS)),\
- $(if $(filter TRUE,$(HAVE_GCC_VISIBILITY_FEATURE)),\
- -fvisibility=hidden))" \
)
endif
# vim: set noet sw=4 ts=4: