Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] zyre: fix static builds
@ 2015-08-24  8:59 Vicente Olivert Riera
  2015-08-24  9:32 ` Vicente Olivert Riera
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2015-08-24  8:59 UTC (permalink / raw)
  To: buildroot

zyre package fails to build statically, so we pass the needed libs
directly in order to fix this problem.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/zyre/zyre.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/zyre/zyre.mk b/package/zyre/zyre.mk
index 661dddc..87ed427 100644
--- a/package/zyre/zyre.mk
+++ b/package/zyre/zyre.mk
@@ -12,6 +12,10 @@ ZYRE_INSTALL_STAGING = YES
 ZYRE_DEPENDENCIES = czmq zeromq
 ZYRE_AUTORECONF = YES
 
+ifeq ($(BR2_STATIC_LIBS),y)
+ZYRE_CONF_ENV += LIBS="-lzmq -lstdc++ -lczmq -pthread"
+endif
+
 define ZYRE_CREATE_CONFIG_DIR
 	mkdir -p $(@D)/config
 endef
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-24  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-24  8:59 [Buildroot] [PATCH] zyre: fix static builds Vicente Olivert Riera
2015-08-24  9:32 ` Vicente Olivert Riera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox