Add uuid-dev to Ubuntu deps in CONTRIBUTING (#4218)

This is needed to compile postgres with --with-uuid=e2fs.
pull/4221/head^2
Jelte Fennema 2020-10-09 10:27:47 +02:00 committed by GitHub
parent fd40605745
commit d57bbfd3f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ why we ask this as well as instructions for how to proceed, see the
sudo apt-get install -y postgresql-server-dev-11 postgresql-11 \ sudo apt-get install -y postgresql-server-dev-11 postgresql-11 \
libreadline-dev libselinux1-dev libxslt-dev \ libreadline-dev libselinux1-dev libxslt-dev \
libpam0g-dev git flex make libssl-dev \ libpam0g-dev git flex make libssl-dev \
libicu-dev \ libicu-dev uuid-dev \
libkrb5-dev libcurl4-gnutls-dev autoconf libkrb5-dev libcurl4-gnutls-dev autoconf
``` ```