summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Samuelsson2008-07-05 09:44:28 +0200
committerUlf Samuelsson2008-07-05 09:44:28 +0200
commit46ca47e436cf733e057ddf8e20b41e9f42a733a3 (patch)
tree3a18077d72ea8d2ecb8ecbf1b08dd60074ffbad0
parentFix bug [1899] Add table entry to allow openssl to build for AVR32, disabled ... (diff)
downloadbuildroot-46ca47e436cf733e057ddf8e20b41e9f42a733a3.tar.gz
buildroot-46ca47e436cf733e057ddf8e20b41e9f42a733a3.tar.xz
buildroot-46ca47e436cf733e057ddf8e20b41e9f42a733a3.zip
Use latest config.* from buildroot in curl
-rw-r--r--package/curl/curl.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/curl/curl.mk b/package/curl/curl.mk
index 6a45b360c..ada4c002e 100644
--- a/package/curl/curl.mk
+++ b/package/curl/curl.mk
@@ -26,7 +26,9 @@ $(CURL_DIR)/.configured: $(CURL_DIR)/.unpacked
(cd $(CURL_DIR); rm -rf config.cache; \
aclocal; \
libtoolize --force; \
- ./reconf; \
+ ./reconf; )
+ $(CONFIG_UPDATE) $(CURL_DIR)
+ (cd $(CURL_DIR); \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
./configure \