Use latest config.* from buildroot in curl
This commit is contained in:
parent
edbe9d1672
commit
46ca47e436
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user