summaryrefslogtreecommitdiffstats
path: root/package/libkrb5/Config.in
blob: 2e24c87229619132a5b2fa117cf26bffc738a8bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config BR2_PACKAGE_LIBKRB5
	bool "libkrb5"
	# needs fork()
	depends on BR2_USE_MMU
	depends on !BR2_STATIC_LIBS
	help
	  Kerberos is a system for authenticating users and services
	  on a network. Kerberos is a trusted third-party service.
	  That means that there is a third party (the Kerberos server)
	  that is trusted by all the entities on the network (users
	  and services, usually called "principals"). This is the MIT
	  reference implementation of Kerberos V5.

	  https://web.mit.edu/kerberos/

comment "libkrb5 needs a toolchain w/ dynamic library"
	depends on BR2_USE_MMU
	depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud