summaryrefslogtreecommitdiffstats
path: root/package/gnutls/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-18 08:18:15 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-18 08:18:15 +0000
commit33661daa66489f71f6683a8886b2e7c5177c8a3c (patch)
treece4450ec57f3e48009f0662a4fd20cf958ece86e /package/gnutls/Config.in
parent64025deecfa44793296d2b125178d36b90c453d8 (diff)
do not depend on external opencdk (not used) and libtasn1, use bundled version instead,
set common lib searchpath git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1695 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gnutls/Config.in')
-rw-r--r--package/gnutls/Config.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in
index a3d72e4f6..146820514 100644
--- a/package/gnutls/Config.in
+++ b/package/gnutls/Config.in
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_GNUTLS
+config BR2_COMPILE_GNUTLS
bool
default n
depends BR2_PACKAGE_LIBGNUTLS
@@ -7,10 +7,8 @@ config BR2_PACKAGE_LIBGNUTLS
tristate "libgnutls - The GNU TLS library"
# default m if CONFIG_DEVEL
default n
- select BR2_PACKAGE_GNUTLS
+ select BR2_COMPILE_GNUTLS
select BR2_PACKAGE_LIBGCRYPT
- select BR2_PACKAGE_LIBOPENCDK
- select BR2_PACKAGE_LIBTASN1
help
GnuTLS is a project that aims to develop a library which provides a
secure layer, over a reliable transport layer. Currently the GnuTLS