From cef9bc7cbdfccd80b72e4f3a90daf15a577e2b50 Mon Sep 17 00:00:00 2001 From: Antonio Dell'Elce Date: Wed, 18 Sep 2024 14:36:21 +0100 Subject: [PATCH] update postgres profiles: openssl package name --- mkit.profiles.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkit.profiles.sh b/mkit.profiles.sh index e2a8b3f..8fa9175 100755 --- a/mkit.profiles.sh +++ b/mkit.profiles.sh @@ -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 @@ -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