forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbeff361
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.com1 parent4fff515 commitbeff361
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
| 93 | + | |
92 | 94 |
| |
93 | 95 |
| |
94 | 96 |
| |
|
0 commit comments
Comments
(0)