projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4afaacd
)
ead: Forward LDFLAGS
author
Hauke Mehrtens
<
[email protected]
>
Sun, 16 Nov 2025 22:11:06 +0000
(23:11 +0100)
committer
Hauke Mehrtens
<
[email protected]
>
Tue, 18 Nov 2025 22:13:45 +0000
(23:13 +0100)
Forward the TARGET_LDFLAGS to the linking process.
Link:
https://github.com/openwrt/openwrt/pull/20813
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/network/services/ead/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/ead/Makefile
b/package/network/services/ead/Makefile
index 226285f7516b3c8fde1cf9ba30a85f55011c639c..29deda0f6e5172ef7416ef12108a4fcfabdb6a6e 100644
(file)
--- a/
package/network/services/ead/Makefile
+++ b/
package/network/services/ead/Makefile
@@
-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