summaryrefslogtreecommitdiff
path: root/packages/security/openssl/openssl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/security/openssl/openssl.mk')
-rw-r--r--packages/security/openssl/openssl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/security/openssl/openssl.mk b/packages/security/openssl/openssl.mk
index 4abaf7b..057a816 100644
--- a/packages/security/openssl/openssl.mk
+++ b/packages/security/openssl/openssl.mk
@@ -61,7 +61,7 @@ openssl_install:
define embtk_beforeinstall_openssl
$(Q)rm -rf $(OPENSSL_BUILD_DIR)/.postinstalled
$(Q)cd $(OPENSSL_BUILD_DIR); \
- $(CONFIG_SHELL) $(OPENSSL_SRC_DIR)/Configure $(OPENSSL_LINUX_TARGET) \
+ $(CONFIG_EMBTK_SHELL) $(OPENSSL_SRC_DIR)/Configure $(OPENSSL_LINUX_TARGET) \
--openssldir=/etc/ssl --prefix=/usr shared
endef