summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-29 15:57:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-29 15:57:48 +0100
commitd41a4d0d6d8f3a837994feaa706d51c3e8b81b84 (patch)
tree6528c05412d40882ff4aba3352b33d3c7ec7c8a6 /scripts
parent3b350450b4d2435541797eb93fb0b3d58e7267c9 (diff)
krb5 needs bison on host system
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index a2879627e..b41556b22 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -60,6 +60,10 @@ if [[ -n $ADK_COMPILE_HEIMDAL ]]; then
NEED_BISON="$NEED_BISON heimdal-server"
fi
+if [[ -n $ADK_COMPILE_KRB5 ]]; then
+ NEED_BISON="$NEED_BISON krb5"
+fi
+
if [[ -n $ADK_PACKAGE_LIBXCB ]]; then
NEED_XSLTPROC="$NEED_XSLTPROC libxcb"
fi