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

Commit465ab24

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 parent479b69a commit465ab24

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
@@ -95,7 +95,9 @@ SHLIB_PREREQS = submake-libpgport
9595

9696
SHLIB_EXPORTS = exports.txt
9797

98+
ifeq ($(with_ssl),openssl)
9899
PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto
100+
endif
99101

100102
all: all-lib libpq-refs-stamp
101103

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp