pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql15 postgresql15: Avoid picking up ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8ca6704957d
branches: trunk
changeset: 387558:e8ca6704957d
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Nov 01 10:20:55 2022 +0000
description:
postgresql15: Avoid picking up random zstd commands.
diffstat:
databases/postgresql15/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r e9820c044aad -r e8ca6704957d databases/postgresql15/Makefile.common
--- a/databases/postgresql15/Makefile.common Tue Nov 01 09:53:42 2022 +0000
+++ b/databases/postgresql15/Makefile.common Tue Nov 01 10:20:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2022/10/19 13:16:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2022/11/01 10:20:55 jperkin Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -77,6 +77,9 @@
# avoid pointing to a wrapper
CONFIGURE_ENV+= MSGFMT=${TOOLS_PATH.msgfmt}
+# Avoid picking up a random zstd in PATH. zstd support is currently disabled.
+CONFIGURE_ENV+= ac_cv_path_ZSTD=
+
# sys/ucred.h shouldn't be included on Solaris, causes conflicts between
# procfs and largefile.
CONFIGURE_ENV.SunOS+= ac_cv_header_sys_ucred_h=no
Home |
Main Index |
Thread Index |
Old Index