Compile pgbouncer with systemd support

This commit is contained in:
Heikki Linnakangas
2025-01-19 22:00:28 +02:00
parent 2c680bad4d
commit 7c39d90e98

View File

@@ -1664,6 +1664,7 @@ RUN set -e \
autoconf \
automake \
libevent-dev \
libsystemd-dev \
libtool \
pkg-config \
&& apt clean && rm -rf /var/lib/apt/lists/*
@@ -1674,7 +1675,7 @@ RUN set -e \
&& git clone --recurse-submodules --depth 1 --branch ${PGBOUNCER_TAG} https://github.com/pgbouncer/pgbouncer.git pgbouncer \
&& cd pgbouncer \
&& ./autogen.sh \
&& ./configure --prefix=/usr/local/pgbouncer --without-openssl \
&& ./configure --prefix=/usr/local/pgbouncer --with-systemd --without-openssl \
&& make -j $(nproc) dist_man_MANS= \
&& make install dist_man_MANS=