diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-07-05 06:54:35 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-07-05 06:54:35 +0000 |
commit | 9fe187647760261ececa81d622f92fe77efe45aa (patch) | |
tree | b525552cc74d3cbb5848e61e978348ceafda0eb5 /package/openssl/openssl.mk | |
parent | 1dcc9d4d3fabaabaaeb24a7400c07bd01ff4b4de (diff) | |
download | buildroot-novena-9fe187647760261ececa81d622f92fe77efe45aa.tar.gz buildroot-novena-9fe187647760261ececa81d622f92fe77efe45aa.zip |
Update config.* of openssl
Diffstat (limited to 'package/openssl/openssl.mk')
-rw-r--r-- | package/openssl/openssl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index d256e0215..c47fe0948 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -37,6 +37,7 @@ $(OPENSSL_DIR)/.unpacked: $(DL_DIR)/$(OPENSSL_SOURCE) $(OPENSSL_DIR)/Configure $(SED) '/CFLAG=/s,/;, $(shell echo '$(TARGET_CFLAGS)' | sed -e 's/\//\\\\\//g')/;,' \ $(OPENSSL_DIR)/Configure + $(CONFIG_UPDATE) $(OPENSSL_DIR) touch $@ $(OPENSSL_DIR)/Makefile: $(OPENSSL_DIR)/.unpacked |