Skip to content

scripts: Install libevent-dev dependency to fix pgbouncer build

Patrick Steinhardt requested to merge pks-fix-pgbouncer-build into master

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 MR also fixes the install-pgbouncer script to properly propagate errors.

Merge request reports