chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2173f73
)
setup-ubuntu.sh: Install libgnutls-dev
author
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 7 Jul 2017 01:58:32 +0000
(
03:58
+0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 7 Jul 2017 01:58:32 +0000
(
03:58
+0200)
Needed for building mariadb
scripts/setup-ubuntu.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 2d5f6796205f75504bfa4c3ad4ba0e44475f7b54..0137296a2e8f98f135c68b566f6012c29b4acc8e 100755
(executable)
--- 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"