scripts: Install libevent-dev dependency to fix pgbouncer build

The pgbouncer build is currently broken because of a missing build
dependency. This went unnoticed because the build script previously
didn't report any build errors.

Fix the build by installing the missing libevent-dev dependency.
This commit is contained in:
Patrick Steinhardt 2021-03-16 10:40:13 +01:00
parent 9e8f7b973a
commit 8380f29a24

View file

@ -22,7 +22,7 @@ then
logrotate python-docutils pkg-config cmake nodejs \
libkrb5-dev postgresql-client mysql-client unzip \
libsqlite3-dev libpq-dev libpng-dev libjpeg-dev libzstd-dev \
libre2-dev gettext rsync git-core
libre2-dev libevent-dev gettext rsync git-core
else
apt-get install -y \
curl wget build-essential apt-utils locales openssh-client \
@ -32,7 +32,7 @@ else
logrotate python-docutils pkg-config cmake \
libkrb5-dev postgresql-client unzip \
libsqlite3-dev libpq-dev libpng-dev libjpeg-dev libzstd-dev \
libre2-dev gettext rsync git-core
libre2-dev libevent-dev gettext rsync git-core
fi
# Set UTF-8