tar: fix typo in LDFLAGS variable name

LDLAGS -> LDFLAGS, fixes linker flags not being passed correctly.

Fixes: 94e7fbdda ("tar: import from oldpackages and upgrade to 1.28")
Signed-off-by: Qin Guang <topeqin@gmail.com>
pull/29001/head
Qin Guang 2026-03-26 12:45:49 +00:00 committed by Hannu Nyman
parent bd524c0a7a
commit 11412702c9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ CONFIGURE_ARGS += \
MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDLAGS)"
LDFLAGS="$(TARGET_LDFLAGS)"
define Package/tar/install
$(INSTALL_DIR) $(1)/usr/libexec