summaryrefslogtreecommitdiff
path: root/packages/security
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-20 21:41:41 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-20 21:41:41 +0200
commit043f1095fcd292a19f9d518aa2d9fc863fd1f897 (patch)
treeb39c2391033c3ad647df61ae8f3b68bdf7bbf753 /packages/security
parent2fc6f3ebb9359cdf52800a7a29b2ad53c8be1ef1 (diff)
downloadembtoolkit-043f1095fcd292a19f9d518aa2d9fc863fd1f897.tar.gz
embtoolkit-043f1095fcd292a19f9d518aa2d9fc863fd1f897.tar.bz2
embtoolkit-043f1095fcd292a19f9d518aa2d9fc863fd1f897.tar.xz
Build system: avoid use of CONFIG_SHELL variable, it is used autoconf scripts
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/security')
-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