mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 11:23:47 +01:00
comgt: Forward LDFLAGS
Forward the TARGET_LDFLAGS to the linking process. Link: https://github.com/openwrt/openwrt/pull/20813 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
f5fade5fbf
commit
f95fd36a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ define Build/Compile
|
|||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
LDFLAGS="" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
comgt
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue