summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-04-04 10:49:24 +0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-04 18:02:08 +0200
commite55789a1c296ebb071b1098d52c0c22a1e25d1a4 (patch)
tree8485dc1efff2f7e9e7895d42c7e22feb0d8ab0e0
parente871472dd52ac387348f0195d056b93dbbca19c5 (diff)
downloadbuildroot-e55789a1c296ebb071b1098d52c0c22a1e25d1a4.tar.gz
buildroot-e55789a1c296ebb071b1098d52c0c22a1e25d1a4.zip
libkrb5: needs dynamic library support
Even though the configure script checks for the presence of dlfcn.h, the code includes this header unconditionally. Fixes: http://autobuild.buildroot.net/results/0e1/0e19af38d74aa74919a11ff1ebdb3b8c1a494b33/ Cc: André Hentschel <nerv@dawncrow.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/libkrb5/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/libkrb5/Config.in b/package/libkrb5/Config.in
index 9147c90489..2e24c87229 100644
--- a/package/libkrb5/Config.in
+++ b/package/libkrb5/Config.in
@@ -2,6 +2,7 @@ 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.
@@ -11,3 +12,7 @@ config BR2_PACKAGE_LIBKRB5
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