openwrt/package
Matthias Van Parys 59ecc11ccf hostapd: pass global linker options to CLI tools
The CLI tools hostapd_cli and wpa_cli are compiled with
`TARGET_LDFLAGS_C` rather than the standard `TARGET_LDFLAGS`.
This variable is empty, leading to global linker options not being
applied.

Set this variable equal to `TARGET_LDFLAGS` right after the package.mk
include to make sure global linker options are applied, but local options
such as linking to crypto libraries are not.

Signed-off-by: Matthias Van Parys <matthias.vanparys@softathome.com>
Link: https://github.com/openwrt/openwrt/pull/20345
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-11-16 21:44:49 +01:00
..
base-files base-files: correct global DHCP DUID generation 2025-11-08 16:30:37 +01:00
boot uboot-rockchip: add ROCK 2A/2F support 2025-11-15 19:56:27 +01:00
devel gdb: Update to version 16.3 2025-11-08 20:58:30 +01:00
firmware intel-microcode: update to 2025111 2025-11-15 19:28:03 +01:00
kernel mac80211: mwl8k: inject DSSS Parameter Set element into beacons if missing 2025-11-15 22:11:29 +01:00
libs libubox: update to Git HEAD (2025-11-14) 2025-11-15 08:22:24 +01:00
network hostapd: pass global linker options to CLI tools 2025-11-16 21:44:49 +01:00
system uci: update to Git HEAD (2025-11-03) 2025-11-11 00:22:11 +01:00
utils lua5.3: Add TARGET_LDFLAGS to MYLDFLAGS 2025-11-16 21:34:08 +01:00
Makefile package: do not sign individual APK packages 2025-10-09 12:52:43 +02:00