mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
ti-utils: unbreak build after libnl version bump
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -10,8 +10,8 @@ TI_UTILS_DEPENDENCIES = libnl
|
||||
|
||||
define TI_UTILS_BUILD_CMDS
|
||||
$(MAKE1) NFSROOT="$(STAGING_DIR)" \
|
||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
|
||||
-C $(@D) all
|
||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) -I$(STAGING_DIR)/usr/include/libnl3" \
|
||||
LIBS="-lnl-3 -lnl-genl-3 -lm" -C $(@D) all
|
||||
endef
|
||||
|
||||
define TI_UTILS_INSTALL_TARGET_CMDS
|
||||
|
||||
Reference in New Issue
Block a user