1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Add libz-dev to required build packages in Debian documentation.

This is apparently not installed by default in Ubuntu 20.04 as it was in prior versions.
This commit is contained in:
David Steele 2020-05-07 07:12:42 -04:00
parent 12a5d8a155
commit ad784e1997

View File

@ -767,7 +767,7 @@
<execute if="{[os-type-is-debian]}" user="root" pre="y">
<exe-cmd>
apt-get install make gcc libpq-dev libssl-dev libxml2-dev pkg-config
liblz4-dev libzstd-dev libbz2-dev
liblz4-dev libzstd-dev libbz2-dev libz-dev
</exe-cmd>
<exe-cmd-extra>-y 2>&amp;1</exe-cmd-extra>
</execute>