mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
ti-utils: unbreak build after libnl version bump
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f472b915c0
commit
68902f7437
@ -10,8 +10,8 @@ TI_UTILS_DEPENDENCIES = libnl
|
|||||||
|
|
||||||
define TI_UTILS_BUILD_CMDS
|
define TI_UTILS_BUILD_CMDS
|
||||||
$(MAKE1) NFSROOT="$(STAGING_DIR)" \
|
$(MAKE1) NFSROOT="$(STAGING_DIR)" \
|
||||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
|
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) -I$(STAGING_DIR)/usr/include/libnl3" \
|
||||||
-C $(@D) all
|
LIBS="-lnl-3 -lnl-genl-3 -lm" -C $(@D) all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define TI_UTILS_INSTALL_TARGET_CMDS
|
define TI_UTILS_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user