mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
libpq: Fix pkg-config without OpenSSL
Do not add OpenSSL dependencies to libpq pkg-config file if OpenSSL is
not enabled. Oversight in beff361bc1.
Author: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/20220331163759.32665-1-fontaine.fabrice%40gmail.com
This commit is contained in:
parent
9f9489aa2e
commit
7a27892750
1 changed files with 2 additions and 0 deletions
|
|
@ -94,7 +94,9 @@ SHLIB_PREREQS = submake-libpgport
|
|||
|
||||
SHLIB_EXPORTS = exports.txt
|
||||
|
||||
ifeq ($(with_ssl),openssl)
|
||||
PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto
|
||||
endif
|
||||
|
||||
all: all-lib
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue