diff options
Diffstat (limited to 'package/tinc/Config.in')
-rw-r--r-- | package/tinc/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tinc/Config.in b/package/tinc/Config.in index 1d8e2c4259..837f556b35 100644 --- a/package/tinc/Config.in +++ b/package/tinc/Config.in @@ -1,10 +1,10 @@ config BR2_PACKAGE_TINC bool "tinc" + depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL + depends on BR2_USE_MMU # fork() 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 tunnelling and encryption to create a secure private network |