[openwrt/openwrt] ead: Forward LDFLAGS

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 18 14:14:39 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f5fade5fbfa430bc4d5b14d0492203f9f2efd6d1

commit f5fade5fbfa430bc4d5b14d0492203f9f2efd6d1
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Nov 16 23:11:06 2025 +0100

    ead: 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/services/ead/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/network/services/ead/Makefile b/package/network/services/ead/Makefile
index 226285f751..29deda0f6e 100644
--- a/package/network/services/ead/Makefile
+++ b/package/network/services/ead/Makefile
@@ -44,7 +44,8 @@ MAKE_FLAGS += \
 	CONFIGURE_ARGS="$(CONFIGURE_ARGS)" \
 	LIBS_EADCLIENT="$(PKG_BUILD_DIR)/tinysrp/libtinysrp.a" \
 	LIBS_EAD="$(PKG_BUILD_DIR)/tinysrp/libtinysrp.a $(STAGING_DIR)/usr/lib/libpcap.a" \
-	CFLAGS="$(TARGET_CFLAGS)"
+	CFLAGS="$(TARGET_CFLAGS)" \
+	LDFLAGS="$(TARGET_LDFLAGS)"
 
 define Package/ead/install
 	$(INSTALL_DIR) $(1)/sbin




More information about the lede-commits mailing list