mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 07:37:26 -04: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:
committed by
Hauke Mehrtens
parent
501f4edb04
commit
8afdc50092
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user