pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql13-client Build the frontend libra...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4844659e20a
branches: trunk
changeset: 447302:f4844659e20a
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Feb 19 13:25:39 2021 +0000
description:
Build the frontend libraries first to fix parallel build errors.
diffstat:
databases/postgresql13-client/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 372c25f204ac -r f4844659e20a databases/postgresql13-client/Makefile
--- a/databases/postgresql13-client/Makefile Fri Feb 19 13:23:08 2021 +0000
+++ b/databases/postgresql13-client/Makefile Fri Feb 19 13:25:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/02/15 18:58:39 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/19 13:25:39 joerg Exp $
PKGNAME= ${DISTNAME:S/-/13-client-/}
COMMENT= PostgreSQL database client programs
@@ -39,12 +39,13 @@
CONFIGURE_ARGS+= --disable-thread-safety
.endif
+BUILD_DIRS+= src/fe_utils
INSTALL_DIRS= src/include
INSTALL_DIRS+= src/common
INSTALL_DIRS+= src/port
INSTALL_DIRS+= src/interfaces
INSTALL_DIRS+= src/bin
-BUILD_DIRS= ${INSTALL_DIRS}
+BUILD_DIRS+= ${INSTALL_DIRS}
# Without this, the Darwin build fails (related to -bundle_loader).
BUILD_DIRS+= src/backend
Home |
Main Index |
Thread Index |
Old Index