pkg-config Requires.private entries should be comma-separated
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 16 Mar 2023 06:37:38 +0000 (07:37 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 16 Mar 2023 06:37:38 +0000 (07:37 +0100)
In the .pc (pkg-config) files generated by the make and meson builds,
the Requires.private entries use different delimiters.  The make build
uses spaces, the meson build uses commas. The pkg-config documentation
says that it should be comma-separated, but apparently about half the
.pc in the wild use just spaces.  The pkg-config source code
acknowledges that both commas and spaces work.

This changes the make build to use commas, for consistency.

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/flat/1fb52d61-0964-2d8e-87d9-e8be830e2b24%40enterprisedb.com

src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/libpq/Makefile

index da470e5418657c4ba72a5e52e0fdaaa26ccf4763..b9483fba08a1fcf1d23b1465dd519348f61b366a 100644 (file)
@@ -32,7 +32,7 @@ OBJS = \
        $(WIN32RES) \
        informix.o
 
-PKG_CONFIG_REQUIRES_PRIVATE = libecpg libpgtypes
+PKG_CONFIG_REQUIRES_PRIVATE = libecpg, libpgtypes
 
 all: all-lib
 
index 6fadebf53dbf128c744fee9c8d4b67bd0c73a5e6..652e0234050abff246ecad74091b50c808e4b5a2 100644 (file)
@@ -41,7 +41,7 @@ SHLIB_PREREQS = submake-libpq submake-pgtypeslib
 
 SHLIB_EXPORTS = exports.txt
 
-PKG_CONFIG_REQUIRES_PRIVATE = libpq libpgtypes
+PKG_CONFIG_REQUIRES_PRIVATE = libpq, libpgtypes
 
 all: all-lib
 
index c18e9142286834fb82eefd16fa2073419f90e5b5..0919d8f32f6968a26787c073105b45d955a8da33 100644 (file)
@@ -96,7 +96,7 @@ SHLIB_PREREQS = submake-libpgport
 SHLIB_EXPORTS = exports.txt
 
 ifeq ($(with_ssl),openssl)
-PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto
+PKG_CONFIG_REQUIRES_PRIVATE = libssl, libcrypto
 endif
 
 all: all-lib libpq-refs-stamp