From: Hauke Mehrtens Date: Sun, 16 Nov 2025 22:25:19 +0000 (+0100) Subject: wireless-tools: Forward LDFLAGS X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=18cad16f5b22390a463a9aa853ccc8d7ae0d7a38;p=openwrt%2Fstaging%2Fxback.git wireless-tools: 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/utils/wireless-tools/Makefile b/package/network/utils/wireless-tools/Makefile index 6ac66a056a..9a19970af8 100644 --- a/package/network/utils/wireless-tools/Makefile +++ b/package/network/utils/wireless-tools/Makefile @@ -60,6 +60,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -I." \ + LDFLAGS="$(TARGET_LDFLAGS)" \ BUILD_WE_ESSENTIAL=y \ LIBS="-lm -Wl,--gc-sections" \ libiw.so.$(PKG_VERSION) iwmulticall