|
@@ -3,6 +3,7 @@ config BR2_PACKAGE_VPNC
|
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
|
|
depends on !BR2_STATIC_LIBS # gnutls
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
+ depends on BR2_USE_WCHAR # gnutls
|
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
|
select BR2_PACKAGE_LIBGPG_ERROR
|
|
|
select BR2_PACKAGE_GNUTLS
|
|
@@ -15,6 +16,6 @@ config BR2_PACKAGE_VPNC
|
|
|
|
|
|
http://www.unix-ag.uni-kl.de/~massar/vpnc
|
|
|
|
|
|
-comment "vpnc needs a toolchain w/ dynamic library"
|
|
|
+comment "vpnc needs a toolchain w/ wchar, dynamic library"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on BR2_STATIC_LIBS
|
|
|
+ depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
|