mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 02:27:18 +01:00
lua5.3: Add TARGET_LDFLAGS to MYLDFLAGS
Add TARGET_LDFLAGS to MYLDFLAGS make sure that the required flags are used during the compilation. Signed-off-by: Jonathan Luijsmans <jonathan.luijsmans_ext@softathome.com> Link: https://github.com/openwrt/openwrt/pull/20642 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
501f4edb04
commit
8afdc50092
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ define Build/Compile
|
|||
RANLIB="$(TARGET_CROSS)ranlib" \
|
||||
INSTALL_ROOT=/usr \
|
||||
CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
|
||||
MYLDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
PKG_VERSION=$(PKG_VERSION) \
|
||||
linux
|
||||
rm -rf $(PKG_INSTALL_DIR)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue