From: Fredrik Fornwall Date: Tue, 9 May 2017 15:00:42 +0000 (+0200) Subject: setup-ubuntu.sh: libncurses5-dev used by mariadb X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/cbb8806959ed1a418d665511dd29e8b9b1cc260a?ds=sidebyside setup-ubuntu.sh: libncurses5-dev used by mariadb The docker image has been updated, run scripts/update-docker.sh. --- diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 657134da..8e72cf56 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -15,6 +15,7 @@ PACKAGES+=" help2man" PACKAGES+=" intltool" # Used by qalc build. PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses. PACKAGES+=" libtool-bin" +PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part. PACKAGES+=" lzip" PACKAGES+=" python3.6" PACKAGES+=" tar"