X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/2173f7301d6332bbdb7c9c4d1aa25ddce6ff5964..a788b8a6a54e1ffc06efb084a0eb39e02f82b88b:/scripts/setup-ubuntu.sh?ds=inline diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 2d5f6796..0137296a 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -15,6 +15,7 @@ PACKAGES+=" git" # Used by the neovim build. PACKAGES+=" help2man" PACKAGES+=" intltool" # Used by qalc build. PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses. +PACKAGES+=" libgnutls28-dev" # Needed by native build step of mariadb. PACKAGES+=" libtool-bin" PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part. PACKAGES+=" lzip"