Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] inadyn: not available for static
@ 2014-07-10 12:40 Gustavo Zacarias
  2014-07-10 14:59 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-07-10 12:40 UTC (permalink / raw)
  To: buildroot

inadyn isn't static-build friendly, even if we pull in the libz link
line for the failure stated below it'll fail when trying to link to
libdl and using dlopen for the plugins. Fixes:
http://autobuild.buildroot.net/results/1a1/1a1a184e8248e5c51fa730d0c9721fe67a9c84a4/

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

diff --git a/package/inadyn/Config.in b/package/inadyn/Config.in
index a2dfa74..a436111 100644
--- a/package/inadyn/Config.in
+++ b/package/inadyn/Config.in
@@ -1,9 +1,13 @@
 config BR2_PACKAGE_INADYN
 	bool "inadyn"
 	depends on BR2_USE_MMU # Uses fork()
+	depends on !BR2_PREFER_STATIC_LIB # dlopen()
 	help
 	  INADYN is a free DynDNS client. It gives the possibility
 	  to have your own fixed hostname registered on the internet,
 	  although your IP might be changing.
 
 	  https://github.com/troglobit/inadyn
+
+comment "inadyn needs a toolchain w/ dynamic library"
+        depends on BR2_PREFER_STATIC_LIB
-- 
1.8.5.5

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

* [Buildroot] [PATCH] inadyn: not available for static
  2014-07-10 12:40 [Buildroot] [PATCH] inadyn: not available for static Gustavo Zacarias
@ 2014-07-10 14:59 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-07-10 14:59 UTC (permalink / raw)
  To: buildroot

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

 > inadyn isn't static-build friendly, even if we pull in the libz link
 > line for the failure stated below it'll fail when trying to link to
 > libdl and using dlopen for the plugins. Fixes:
 > http://autobuild.buildroot.net/results/1a1/1a1a184e8248e5c51fa730d0c9721fe67a9c84a4/

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-07-10 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 12:40 [Buildroot] [PATCH] inadyn: not available for static Gustavo Zacarias
2014-07-10 14:59 ` Peter Korsgaard

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