[openwrt/openwrt] comgt: Forward LDFLAGS
LEDE Commits
lede-commits at lists.infradead.org
Tue Nov 18 14:14:40 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f95fd36a2ed9e9e968425d0d1683448a63126a0b
commit f95fd36a2ed9e9e968425d0d1683448a63126a0b
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Nov 16 23:12:11 2025 +0100
comgt: Forward LDFLAGS
Forward the TARGET_LDFLAGS to the linking process.
Link: https://github.com/openwrt/openwrt/pull/20813
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/network/utils/comgt/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile
index 0e826e12cd..f7e9693064 100644
--- a/package/network/utils/comgt/Makefile
+++ b/package/network/utils/comgt/Makefile
@@ -60,7 +60,7 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="" \
+ LDFLAGS="$(TARGET_LDFLAGS)" \
comgt
endef
More information about the lede-commits
mailing list