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

Commitbeff361

Browse files
committed
Add libpq's openssl dependencies to pkg-config file
Add libssl and libcrypto to libpq.pc's Requires.private. This allowsstatic linking to work if those libssl or libcrypto themselves havedependencies in their *.private fields, such as -lz in some cases.Reported-by: Sandro Mani <manisandro@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/837d1dcf-2fca-ee6e-0d7e-6bce1a1bac75@gmail.com
1 parent4fff515 commitbeff361

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
@@ -89,6 +89,8 @@ SHLIB_PREREQS = submake-libpgport
8989

9090
SHLIB_EXPORTS = exports.txt
9191

92+
PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto
93+
9294
all: all-lib
9395

9496
# Shared library stuff

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp