git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bd524c0
)
tar: fix typo in LDFLAGS variable name
author
Qin Guang
<redacted>
Thu, 26 Mar 2026 12:45:49 +0000
(12:45 +0000)
committer
Hannu Nyman
<redacted>
Fri, 27 Mar 2026 14:32:53 +0000
(16:32 +0200)
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 <redacted>
utils/tar/Makefile
patch
|
blob
|
history
diff --git
a/utils/tar/Makefile
b/utils/tar/Makefile
index 2c5a01a79fe8eae37e2c01b5a8997ea3ed68d5a2..2b137ebf727ddbb44d66ac8d91a7307676f5f6be 100644
(file)
--- a/
utils/tar/Makefile
+++ b/
utils/tar/Makefile
@@
-96,7
+96,7
@@
CONFIGURE_ARGS += \
MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="$(TARGET_LDLAGS)"
+ LDFLAGS="$(TARGET_LD
F
LAGS)"
define Package/tar/install
$(INSTALL_DIR) $(1)/usr/libexec
git clone https://git.99rst.org/PROJECT