pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/postgresql15



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Nov  1 10:20:55 UTC 2022

Modified Files:
        pkgsrc/databases/postgresql15: Makefile.common

Log Message:
postgresql15: Avoid picking up random zstd commands.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql15/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql15/Makefile.common
diff -u pkgsrc/databases/postgresql15/Makefile.common:1.1 pkgsrc/databases/postgresql15/Makefile.common:1.2
--- pkgsrc/databases/postgresql15/Makefile.common:1.1   Wed Oct 19 13:16:45 2022
+++ pkgsrc/databases/postgresql15/Makefile.common       Tue Nov  1 10:20:55 2022
@@ -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 @@ CONFIGURE_ENV+=               ac_cv_path_mkdir="mkdir
 # 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