From: Hauke Mehrtens Date: Sun, 16 Nov 2025 22:11:06 +0000 (+0100) Subject: ead: Forward LDFLAGS X-Git-Tag: v25.12.0-rc1~451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5fade5fbfa430bc4d5b14d0492203f9f2efd6d1;p=thirdparty%2Fopenwrt.git ead: Forward LDFLAGS Forward the TARGET_LDFLAGS to the linking process. Link: https://github.com/openwrt/openwrt/pull/20813 Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/services/ead/Makefile b/package/network/services/ead/Makefile index 226285f7516..29deda0f6e5 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