All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] strongswan: unavailable for static builds
@ 2016-01-22 13:56 Gustavo Zacarias
  2016-02-01  6:20 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Zacarias @ 2016-01-22 13:56 UTC (permalink / raw)
  To: buildroot

Uses dlopen in plugin_loader (not optional), fixes:
http://autobuild.buildroot.net/results/601/601d8dc1654d8733db49b195139e12437663034c/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/strongswan/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/strongswan/Config.in b/package/strongswan/Config.in
index aa9dc90..a8a9b9f 100644
--- a/package/strongswan/Config.in
+++ b/package/strongswan/Config.in
@@ -1,13 +1,14 @@
-comment "strongswan needs a toolchain w/ threads"
+comment "strongswan needs a toolchain w/ threads, dynamic library"
 	depends on BR2_USE_MMU
 	depends on BR2_ARCH_HAS_ATOMICS
-	depends on !BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
 
 menuconfig BR2_PACKAGE_STRONGSWAN
 	bool "strongswan"
 	depends on BR2_USE_MMU # fork()
 	depends on BR2_ARCH_HAS_ATOMICS
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_STATIC_LIBS
 	help
 	  strongSwan is an OpenSource IPsec implementation for the
 	  Linux operating system. It is based on the discontinued
-- 
2.4.10

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

* [Buildroot] [PATCH] strongswan: unavailable for static builds
  2016-01-22 13:56 [Buildroot] [PATCH] strongswan: unavailable for static builds Gustavo Zacarias
@ 2016-02-01  6:20 ` Peter Korsgaard
  2016-02-01  6:25   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2016-02-01  6:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Uses dlopen in plugin_loader (not optional), fixes:
 > http://autobuild.buildroot.net/results/601/601d8dc1654d8733db49b195139e12437663034c/

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] strongswan: unavailable for static builds
  2016-02-01  6:20 ` Peter Korsgaard
@ 2016-02-01  6:25   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-02-01  6:25 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
 >> Uses dlopen in plugin_loader (not optional), fixes:
 >> http://autobuild.buildroot.net/results/601/601d8dc1654d8733db49b195139e12437663034c/

 >> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

 > Committed, thanks.

Sorry, I take that back. This patch seems to depend on some other
patches, as Config.in looks quite different.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-02-01  6:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22 13:56 [Buildroot] [PATCH] strongswan: unavailable for static builds Gustavo Zacarias
2016-02-01  6:20 ` Peter Korsgaard
2016-02-01  6:25   ` 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.