add gawk for apr-util build

#1169
This commit is contained in:
Stephen 2017-08-31 11:15:47 -07:00 committed by Fredrik Fornwall
parent e41a3abf26
commit 6546af166c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ PACKAGES+=" xmlto"
PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
PACKAGES+=" libexpat1-dev" # Needed by ghostscript
PACKAGES+=" libjpeg-dev" # Needed by ghostscript
PACKAGES+=" gawk" # Needed by ghostscript
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -yq --no-install-recommends $PACKAGES