Skip to content

Commit 18cad16

Browse files
committed
wireless-tools: Forward LDFLAGS
Forward the TARGET_LDFLAGS to the linking process. Link: openwrt/openwrt#20813 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 51ab518 commit 18cad16

File tree

1 file changed

+1
-0
lines changed
  • package/network/utils/wireless-tools

1 file changed

+1
-0
lines changed

package/network/utils/wireless-tools/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ define Build/Compile
6060
$(MAKE) -C $(PKG_BUILD_DIR) \
6161
$(TARGET_CONFIGURE_OPTS) \
6262
CFLAGS="$(TARGET_CFLAGS) -I." \
63+
LDFLAGS="$(TARGET_LDFLAGS)" \
6364
BUILD_WE_ESSENTIAL=y \
6465
LIBS="-lm -Wl,--gc-sections" \
6566
libiw.so.$(PKG_VERSION) iwmulticall

0 commit comments

Comments
 (0)