mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-11 06:12:51 +01:00
ead: 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
4afaacdd7f
commit
f5fade5fbf
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ MAKE_FLAGS += \
|
|||
CONFIGURE_ARGS="$(CONFIGURE_ARGS)" \
|
||||
LIBS_EADCLIENT="$(PKG_BUILD_DIR)/tinysrp/libtinysrp.a" \
|
||||
LIBS_EAD="$(PKG_BUILD_DIR)/tinysrp/libtinysrp.a $(STAGING_DIR)/usr/lib/libpcap.a" \
|
||||
CFLAGS="$(TARGET_CFLAGS)"
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
|
||||
define Package/ead/install
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue