Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a27892

Browse files
committed
libpq: Fix pkg-config without OpenSSL
Do not add OpenSSL dependencies to libpq pkg-config file if OpenSSL isnot enabled. Oversight inbeff361.Author: Fabrice Fontaine <fontaine.fabrice@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/20220331163759.32665-1-fontaine.fabrice%40gmail.com
1 parent9f9489a commit7a27892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/interfaces/libpq/Makefile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ SHLIB_PREREQS = submake-libpgport
9494

9595
SHLIB_EXPORTS = exports.txt
9696

97+
ifeq ($(with_ssl),openssl)
9798
PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto
99+
endif
98100

99101
all: all-lib
100102

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp