xref: /OK3568_Linux_fs/buildroot/package/libkrb5/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBKRB5
2*4882a593Smuzhiyun	bool "libkrb5"
3*4882a593Smuzhiyun	# needs fork()
4*4882a593Smuzhiyun	depends on BR2_USE_MMU
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  Kerberos is a system for authenticating users and services
11*4882a593Smuzhiyun	  on a network. Kerberos is a trusted third-party service.
12*4882a593Smuzhiyun	  That means that there is a third party (the Kerberos server)
13*4882a593Smuzhiyun	  that is trusted by all the entities on the network (users
14*4882a593Smuzhiyun	  and services, usually called "principals"). This is the MIT
15*4882a593Smuzhiyun	  reference implementation of Kerberos V5.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  https://web.mit.edu/kerberos/
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "libkrb5 needs a toolchain w/ dynamic library"
20*4882a593Smuzhiyun	depends on BR2_USE_MMU
21*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
22