Browse Source

krb5 needs bison on host system

Waldemar Brodkorb 13 years ago
parent
commit
d41a4d0d6d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      scripts/scan-pkgs.sh

+ 4 - 0
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