summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-08 10:51:51 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-14 13:13:16 +0100
commit196bbe0639c6e11977045cb5a6a26029c47047d7 (patch)
treec3b830dc207b05903c64e500b76e059ea8bf5c80 /README.md
parent1fb5474314d40ac9fbf6d8003a3e95f8700ebaf8 (diff)
downloadgnutls-196bbe0639c6e11977045cb5a6a26029c47047d7.tar.gz
.gitlab-ci.yml: disabled gcc warnings on CI builds and use dash
That should decrease the time spent in configure. Based on suggestions by Tim Ruehsen. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c7a11d1bc..6f087d3294 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ some hints:
Debian/Ubuntu:
```
-apt-get install -y git-core autoconf libtool gettext autopoint
+apt-get install -y dash git-core autoconf libtool gettext autopoint
apt-get install -y automake autogen nettle-dev libp11-kit-dev libtspi-dev libunistring-dev
apt-get install -y guile-2.0-dev libtasn1-6-dev libidn2-0-dev gawk gperf
apt-get install -y libunbound-dev dns-root-data bison help2man gtk-doc-tools
@@ -61,7 +61,7 @@ apt-get install -y texinfo texlive texlive-generic-recommended texlive-extra-uti
Fedora/RHEL:
```
-yum install -y git autoconf libtool gettext-devel automake autogen
+yum install -y dash git autoconf libtool gettext-devel automake autogen
yum install -y nettle-devel p11-kit-devel autogen-libopts-devel libunistring-devel
yum install -y trousers-devel guile-devel libtasn1-devel libidn2-devel gawk gperf
yum install -y libtasn1-tools unbound-devel bison help2man gtk-doc texinfo texlive