summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2022-02-18 13:40:31 -0500
committerRobert Haas <rhaas@postgresql.org>2022-02-18 13:40:31 -0500
commit6c417bbcc8ff98875234ca269979fc7defde58e5 (patch)
treec90ee35e9aa3efab4c0f08031aed9a96e9d08ac2 /src/Makefile.global.in
parent2e372869aa38a9d6e4552c192da4454b17e01e38 (diff)
downloadpostgresql-6c417bbcc8ff98875234ca269979fc7defde58e5.tar.gz
Add support for building with ZSTD.
This commit doesn't actually add anything that uses ZSTD; that will be done separately. It just puts the basic infrastructure into place. Jeevan Ladhe, Robert Haas, and Michael Paquier. Reviewed by Justin Pryzby and Andres Freund. Discussion: http://postgr.es/m/CA+TgmoatQKGd+8SjcV+bzvw4XaoEwminHjU83yG12+NXtQzTTQ@mail.gmail.com
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r--src/Makefile.global.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 9dcd54fcbd..c980444233 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -351,6 +351,7 @@ XGETTEXT = @XGETTEXT@
GZIP = gzip
BZIP2 = bzip2
LZ4 = @LZ4@
+ZSTD = @ZSTD@
DOWNLOAD = wget -O $@ --no-use-server-timestamps
#DOWNLOAD = curl -o $@