Skip to content

Commit

Permalink
update postgres profiles: openssl package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dellelce committed Sep 18, 2024
1 parent f7b65d8 commit cef9bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkit.profiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ profile_postgres()
# building with libressl fails with:
#postgresql/postgresql-11.3/src/backend/libpq/be-secure-openssl.c:1103:63: error: ‘Port’ has no member named ‘peer'’
# strlcpy(ptr, X509_NAME_to_cstring(X509_get_subject_name(port->peer)), len);
add_run_dep openssl
add_run_dep openssl1_1
add_run_dep libxml2
add_run_dep zlib
add_run_dep ncurses
Expand All @@ -112,7 +112,7 @@ profile_postgres()

profile_postgres10()
{
add_run_dep openssl
add_run_dep openssl1_1
add_run_dep libxml2
add_run_dep zlib
add_run_dep ncurses
Expand Down

0 comments on commit cef9bc7

Please sign in to comment.