From 8380f29a2456525c3c5d87128ba47bf8ffda8024 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 16 Mar 2021 10:40:13 +0100 Subject: [PATCH] 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. --- scripts/install-essentials | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-essentials b/scripts/install-essentials index 6c1bbe4..d855a32 100755 --- a/scripts/install-essentials +++ b/scripts/install-essentials @@ -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