Explorar o código

krb5 needs bison on host system

Waldemar Brodkorb %!s(int64=14) %!d(string=hai) anos
pai
achega
d41a4d0d6d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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