mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
- uclibc-configured has to depend on kernel-headers
This commit is contained in:
parent
0772e1ca37
commit
33b0908145
@ -313,7 +313,7 @@ $(UCLIBC_DIR)/.config: $(UCLIBC_DIR)/.oldconfig
|
|||||||
oldconfig
|
oldconfig
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.config
|
$(UCLIBC_DIR)/.configured: $(LINUX_HEADERS_DIR)/.configured $(UCLIBC_DIR)/.config
|
||||||
set -x && $(MAKE1) -C $(UCLIBC_DIR) \
|
set -x && $(MAKE1) -C $(UCLIBC_DIR) \
|
||||||
PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
|
PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
|
||||||
DEVEL_PREFIX=/usr/ \
|
DEVEL_PREFIX=/usr/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user