* [Buildroot] [PATCH] package/mdadm: quote TARGET_LDFLAGS
@ 2024-08-17 11:13 Waldemar Brodkorb
2024-08-19 11:13 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2024-08-17 11:13 UTC (permalink / raw)
To: buildroot
Fixes:
- http://autobuild.buildroot.net/results/4a6/4a692e5aa5ac5cb409282a69f664c35611101b32
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/mdadm/mdadm.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/mdadm/mdadm.mk b/package/mdadm/mdadm.mk
index 153395d32a..421f06d695 100644
--- a/package/mdadm/mdadm.mk
+++ b/package/mdadm/mdadm.mk
@@ -21,7 +21,7 @@ MDADM_BUILD_OPTS = \
CXFLAGS="$(MDADM_CXFLAGS)" \
CPPFLAGS="$(TARGET_CPPFLAGS) -DBINDIR=\\\"/sbin\\\"" \
CHECK_RUN_DIR=0 \
- LDFLAGS=$(TARGET_LDFLAGS)
+ LDFLAGS="$(TARGET_LDFLAGS)"
MDADM_INSTALL_TARGET_OPTS = install-bin
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-19 11:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-17 11:13 [Buildroot] [PATCH] package/mdadm: quote TARGET_LDFLAGS Waldemar Brodkorb
2024-08-19 11:13 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.