mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
libenca: Move build host tool to PRE_BUILD_HOOKS
The make_hash host tool, should be built during a PRE_BUILD_HOOKS and not a POST_CONFIGURE_HOOKS. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ac93fabb66
commit
272759d8ff
@ -21,6 +21,6 @@ define LIBENCA_MAKE_HOST_TOOL
|
|||||||
$(MAKE) -C $(@D)/tools $(HOST_CONFIGURE_OPTS) make_hash
|
$(MAKE) -C $(@D)/tools $(HOST_CONFIGURE_OPTS) make_hash
|
||||||
endef
|
endef
|
||||||
|
|
||||||
LIBENCA_POST_CONFIGURE_HOOKS += LIBENCA_MAKE_HOST_TOOL
|
LIBENCA_PRE_BUILD_HOOKS += LIBENCA_MAKE_HOST_TOOL
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user