* [Buildroot] [PATCH 1/1] package/stress-ng: drop LDFLAGS_EXTRA @ 2023-09-21 20:16 Fabrice Fontaine 2023-09-29 7:51 ` Peter Korsgaard 0 siblings, 1 reply; 3+ messages in thread From: Fabrice Fontaine @ 2023-09-21 20:16 UTC (permalink / raw) To: buildroot; +Cc: Romain Naour, Fabrice Fontaine Drop LDFLAGS_EXTRA to fix the following build failure raised since commit 42f25180233df459cd2bfbc5b9ebf8b95c6b60cb: /home/buildroot/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/12.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: stress-crypt.o: in function `$L17': stress-crypt.c:(.text+0x2dc): undefined reference to `crypt_r' Fixes: - http://autobuild.buildroot.org/results/0c1d2ef59b88ebb3ae10bf8cb986280b4c1283eb Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> --- package/stress-ng/stress-ng.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/stress-ng/stress-ng.mk b/package/stress-ng/stress-ng.mk index a7b57459f1..24ec4cb515 100644 --- a/package/stress-ng/stress-ng.mk +++ b/package/stress-ng/stress-ng.mk @@ -21,7 +21,7 @@ STRESS_NG_DEPENDENCIES += keyutils endif ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y) -STRESS_NG_MAKE_FLAGS += LDFLAGS_EXTRA=-latomic +STRESS_NG_MAKE_FLAGS += LDFLAGS="$(TARGET_LDFLAGS) -latomic" endif define STRESS_NG_BUILD_CMDS -- 2.40.1 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/stress-ng: drop LDFLAGS_EXTRA 2023-09-21 20:16 [Buildroot] [PATCH 1/1] package/stress-ng: drop LDFLAGS_EXTRA Fabrice Fontaine @ 2023-09-29 7:51 ` Peter Korsgaard 2023-10-01 18:30 ` Peter Korsgaard 0 siblings, 1 reply; 3+ messages in thread From: Peter Korsgaard @ 2023-09-29 7:51 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: Romain Naour, buildroot >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: > Drop LDFLAGS_EXTRA to fix the following build failure raised since > commit 42f25180233df459cd2bfbc5b9ebf8b95c6b60cb: > /home/buildroot/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/12.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: > stress-crypt.o: in function `$L17': > stress-crypt.c:(.text+0x2dc): undefined reference to `crypt_r' > Fixes: > - http://autobuild.buildroot.org/results/0c1d2ef59b88ebb3ae10bf8cb986280b4c1283eb > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/stress-ng: drop LDFLAGS_EXTRA 2023-09-29 7:51 ` Peter Korsgaard @ 2023-10-01 18:30 ` Peter Korsgaard 0 siblings, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2023-10-01 18:30 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: Romain Naour, buildroot >>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes: >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: >> Drop LDFLAGS_EXTRA to fix the following build failure raised since >> commit 42f25180233df459cd2bfbc5b9ebf8b95c6b60cb: >> /home/buildroot/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/12.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: >> stress-crypt.o: in function `$L17': >> stress-crypt.c:(.text+0x2dc): undefined reference to `crypt_r' >> Fixes: >> - http://autobuild.buildroot.org/results/0c1d2ef59b88ebb3ae10bf8cb986280b4c1283eb >> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> > Committed, thanks. Committed to 2023.08.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-01 18:30 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-09-21 20:16 [Buildroot] [PATCH 1/1] package/stress-ng: drop LDFLAGS_EXTRA Fabrice Fontaine 2023-09-29 7:51 ` Peter Korsgaard 2023-10-01 18:30 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox