From 6546af166c90ae6fc28e135717f2e968a713fe5a Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 31 Aug 2017 11:15:47 -0700 Subject: [PATCH] add gawk for apr-util build #1169 --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index b5ec72a23..3a234b889 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -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