Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/tinc: needs libdl for OpenSSL support
@ 2016-05-22 12:26 Bernd Kuhls
  2016-05-22 12:26 ` [Buildroot] [PATCH 2/3] package/tinc: optionally include linux/if_tun.h to fix musl build Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bernd Kuhls @ 2016-05-22 12:26 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/d5b/d5b2f905d8da79cebda1408ffceac6d4c99f9e7b/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/tinc/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/tinc/Config.in b/package/tinc/Config.in
index 5390ff3..1d8e2c4 100644
--- a/package/tinc/Config.in
+++ b/package/tinc/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_TINC
 	select BR2_PACKAGE_LZO
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_ZLIB
+	depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
 	depends on BR2_USE_MMU # fork()
 	help
 	  tinc is a Virtual Private Network (VPN) daemon that uses
@@ -10,3 +11,6 @@ config BR2_PACKAGE_TINC
 	  between hosts on the Internet.
 
 	  http://www.tinc-vpn.org/
+
+comment "tinc needs a toolchain w/ dynamic library"
+	depends on BR2_STATIC_LIBS
-- 
2.8.1

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

end of thread, other threads:[~2016-06-01 21:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-22 12:26 [Buildroot] [PATCH 1/3] package/tinc: needs libdl for OpenSSL support Bernd Kuhls
2016-05-22 12:26 ` [Buildroot] [PATCH 2/3] package/tinc: optionally include linux/if_tun.h to fix musl build Bernd Kuhls
2016-05-25 21:56   ` Thomas Petazzoni
2016-05-22 12:26 ` [Buildroot] [PATCH 3/3] package/tinc: bump version to 1.0.28 Bernd Kuhls
2016-06-01 21:39   ` Thomas Petazzoni
2016-05-25 21:49 ` [Buildroot] [PATCH 1/3] package/tinc: needs libdl for OpenSSL support Thomas Petazzoni

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