summaryrefslogtreecommitdiffstats
path: root/rules/host-openssl.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-openssl.make')
-rw-r--r--rules/host-openssl.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-openssl.make b/rules/host-openssl.make
index fbb2e55d7..74d6b2e5b 100644
--- a/rules/host-openssl.make
+++ b/rules/host-openssl.make
@@ -33,12 +33,12 @@ HOST_OPENSSL_CONF_ENV := $(HOST_ENV)
# no ':=' here
HOST_OPENSSL_CONF_OPT = \
--prefix=/ \
- --install_prefix=$(HOST_OPENSSL_PKGDIR) \
--libdir=/lib \
shared
HOST_OPENSSL_INSTALL_OPT := \
- install_sw
+ install_sw \
+ install_ssldirs
#
# Follow the directions in INSTALL section 1a.