mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
Fix autotools configuration cache handling
It got broken by the introduction of the new autotools infrastructure based on the generic infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
86f0c602de
commit
1534274047
@ -93,7 +93,7 @@ define $(2)_CONFIGURE_CMDS
|
|||||||
$$(TARGET_CONFIGURE_ENV) \
|
$$(TARGET_CONFIGURE_ENV) \
|
||||||
$$($$(PKG)_CONF_ENV) \
|
$$($$(PKG)_CONF_ENV) \
|
||||||
./configure \
|
./configure \
|
||||||
$(if $(filter YES,$$($$(PKG)_USE_CONFIG_CACHE)),--cache-file="$(BUILD_DIR)/tgt-config.cache",) \
|
$$(if $$(filter YES,$$($$(PKG)_USE_CONFIG_CACHE)),--cache-file="$(BUILD_DIR)/tgt-config.cache",) \
|
||||||
--target=$$(GNU_TARGET_NAME) \
|
--target=$$(GNU_TARGET_NAME) \
|
||||||
--host=$$(GNU_TARGET_NAME) \
|
--host=$$(GNU_TARGET_NAME) \
|
||||||
--build=$$(GNU_HOST_NAME) \
|
--build=$$(GNU_HOST_NAME) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user