Skip to content
Commit 943baed7 authored by Niklas Hambüchen's avatar Niklas Hambüchen Committed by Danylo Hlynskyi
Browse files

postgresql: Make systemd support configurable. See #61580. (#61581)

On by default, as was before.

The systemd dependency means that all libraries or applications using only libpq
will also pull systemd into their closures.

Further, no application or library using libpq can be built against musl, as
systemd relies on glibc-only features and thus does not build with musl.

With it being configurable, packages that need only the library can at
least turn it off to reduce their closure size.
parent caa0f82b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment