* [Buildroot] [PATCH 1/1] package/zmqpp: link with libatomic when needed
@ 2017-08-18 5:50 Bernd Kuhls
2017-08-23 21:21 ` Thomas Petazzoni
2017-09-06 10:17 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2017-08-18 5:50 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.net/results/c32/c32b9b8dd00d6f6d3db27fae9d8de758a4f25138/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/zmqpp/zmqpp.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/zmqpp/zmqpp.mk b/package/zmqpp/zmqpp.mk
index d651c3280..f57652746 100644
--- a/package/zmqpp/zmqpp.mk
+++ b/package/zmqpp/zmqpp.mk
@@ -13,6 +13,10 @@ ZMQPP_LICENSE_FILES = LICENSE
ZMQPP_MAKE_OPTS = LD="$(TARGET_CXX)" BUILD_PATH=./build PREFIX=/usr
ZMQPP_LDFLAGS = $(TARGET_LDFLAGS) -lpthread
+ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
+ZMQPP_LDFLAGS += -latomic
+endif
+
ifeq ($(BR2_PACKAGE_ZMQPP_CLIENT),y)
ZMQPP_DEPENDENCIES += boost
endif
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/zmqpp: link with libatomic when needed
2017-08-18 5:50 [Buildroot] [PATCH 1/1] package/zmqpp: link with libatomic when needed Bernd Kuhls
@ 2017-08-23 21:21 ` Thomas Petazzoni
2017-09-06 10:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-08-23 21:21 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 18 Aug 2017 07:50:07 +0200, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/c32/c32b9b8dd00d6f6d3db27fae9d8de758a4f25138/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/zmqpp/zmqpp.mk | 4 ++++
> 1 file changed, 4 insertions(+)
I still hate this solution, but we don't have much choice, Boost build
system is really unmanageable :/ So: applied to master. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/zmqpp: link with libatomic when needed
2017-08-18 5:50 [Buildroot] [PATCH 1/1] package/zmqpp: link with libatomic when needed Bernd Kuhls
2017-08-23 21:21 ` Thomas Petazzoni
@ 2017-09-06 10:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-09-06 10:17 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Fixes
> http://autobuild.buildroot.net/results/c32/c32b9b8dd00d6f6d3db27fae9d8de758a4f25138/
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2017.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-06 10:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 5:50 [Buildroot] [PATCH 1/1] package/zmqpp: link with libatomic when needed Bernd Kuhls
2017-08-23 21:21 ` Thomas Petazzoni
2017-09-06 10:17 ` Peter Korsgaard
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.