]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/tinc: needs libdl for OpenSSL support
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 22 May 2016 12:26:29 +0000 (14:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 May 2016 21:27:18 +0000 (23:27 +0200)
Fixes
http://autobuild.buildroot.net/results/d5b/d5b2f905d8da79cebda1408ffceac6d4c99f9e7b/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/tinc/Config.in

index 5390ff33941c1a0f4a297ad08574c79e2a647bc7..1d8e2c42591e70cb06ba0643eb55ee1660039c0e 100644 (file)
@@ -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