summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-03 20:01:10 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-03 20:21:52 +0200
commitb99acf9b2a6c38de3466cd90eea0a4a289142f79 (patch)
tree0188ca807a11dd18d094ab075bf9a75e8d05ce91 /openssl
parent3e1a0ff45ea8fcb95505e03b5ce2418c077c214c (diff)
Fix typo: s/VISIBILTIY/VISIBILITY/
Change-Id: I6c031e9d2e9211409b28ce0c20a3cd11119ab86e
Diffstat (limited to 'openssl')
-rw-r--r--openssl/ExternalProject_openssl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/ExternalProject_openssl.mk b/openssl/ExternalProject_openssl.mk
index a7bffbe23a80..9f1210b495d1 100644
--- a/openssl/ExternalProject_openssl.mk
+++ b/openssl/ExternalProject_openssl.mk
@@ -61,7 +61,7 @@ $(call gb_ExternalProject_get_state_target,openssl,build):
&& export MAKEFLAGS="$(MAKEFLAGS:r=)" \
&& $(MAKE) -j1 build_libs \
CC="$(CC) $(if $(filter-out WNT,$(OS)),\
- $(if $(filter TRUE,$(HAVE_GCC_VISIBILTIY_FEATURE)),\
+ $(if $(filter TRUE,$(HAVE_GCC_VISIBILITY_FEATURE)),\
-fvisibility=hidden))" \
&& touch $@
endif