diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-08-18 08:18:15 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-08-18 08:18:15 +0000 |
| commit | dc1be634456dfa5918dde386646cab3fcecdc31b (patch) | |
| tree | 5f058e34b92ee25d082a7e88ce62e241ae8f81aa /openwrt/package/gnutls/Config.in | |
| parent | 28a9c5123cadee46710449db1fd10423a560473c (diff) | |
| download | mtk-20170518-dc1be634456dfa5918dde386646cab3fcecdc31b.zip mtk-20170518-dc1be634456dfa5918dde386646cab3fcecdc31b.tar.gz mtk-20170518-dc1be634456dfa5918dde386646cab3fcecdc31b.tar.bz2 | |
do not depend on external opencdk (not used) and libtasn1, use bundled version instead, set common lib searchpath
SVN-Revision: 1695
Diffstat (limited to 'openwrt/package/gnutls/Config.in')
| -rw-r--r-- | openwrt/package/gnutls/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openwrt/package/gnutls/Config.in b/openwrt/package/gnutls/Config.in index a3d72e4..1468205 100644 --- a/openwrt/package/gnutls/Config.in +++ b/openwrt/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 |
