mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
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; \
|
(cd $(CURL_DIR); rm -rf config.cache; \
|
||||||
aclocal; \
|
aclocal; \
|
||||||
libtoolize --force; \
|
libtoolize --force; \
|
||||||
./reconf; \
|
./reconf; )
|
||||||
|
$(CONFIG_UPDATE) $(CURL_DIR)
|
||||||
|
(cd $(CURL_DIR); \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(TARGET_CONFIGURE_ARGS) \
|
$(TARGET_CONFIGURE_ARGS) \
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user