summaryrefslogtreecommitdiffstats
path: root/package/openssl
diff options
context:
space:
mode:
authorUlf Samuelsson2008-07-05 08:54:35 +0200
committerUlf Samuelsson2008-07-05 08:54:35 +0200
commit9fe187647760261ececa81d622f92fe77efe45aa (patch)
treeb525552cc74d3cbb5848e61e978348ceafda0eb5 /package/openssl
parentFix bug 003934, remove a dir tree instead of the dir node (diff)
downloadbuildroot-9fe187647760261ececa81d622f92fe77efe45aa.tar.gz
buildroot-9fe187647760261ececa81d622f92fe77efe45aa.tar.xz
buildroot-9fe187647760261ececa81d622f92fe77efe45aa.zip
Update config.* of openssl
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/openssl.mk1
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