X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql-heimdal.patch;h=464e773d451d45f2ea306e73fa55a74b9fc2ad80;hb=refs%2Fheads%2Fmaster;hp=c88045c49fa0f83f34b0471dab73750748ff8aac;hpb=e91dafec9b0903bad6593b54c939b8dde755b243;p=packages%2Fpostgresql.git diff --git a/postgresql-heimdal.patch b/postgresql-heimdal.patch index c88045c..464e773 100644 --- a/postgresql-heimdal.patch +++ b/postgresql-heimdal.patch @@ -1,12 +1,12 @@ -diff -ur postgresql-14.0.orig/configure.ac postgresql-14.0/configure.ac ---- postgresql-14.0.orig/configure.ac 2021-11-01 14:51:09.840575983 +0100 -+++ postgresql-14.0/configure.ac 2021-11-01 14:52:27.718774543 +0100 -@@ -1217,7 +1217,7 @@ +diff -ur postgresql-16.1.orig/configure.ac postgresql-16.1/configure.ac +--- postgresql-16.1.orig/configure.ac 2023-11-06 23:04:27.000000000 +0100 ++++ postgresql-16.1/configure.ac 2023-12-13 21:37:44.998989424 +0100 +@@ -1344,7 +1344,7 @@ if test "$with_gssapi" = yes ; then if test "$PORTNAME" != "win32"; then -- AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [], -+ AC_SEARCH_LIBS(gss_init_sec_context, [gssapi 'gssapi -lkrb5 -lcrypto' gssapi_krb5 gss], [], - [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])]) +- AC_SEARCH_LIBS(gss_store_cred_into, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [], ++ AC_SEARCH_LIBS(gss_store_cred_into, [gssapi 'gssapi -lkrb5 -lcrypto' gssapi_krb5 gss], [], + [AC_MSG_ERROR([could not find function 'gss_store_cred_into' required for GSSAPI])]) else LIBS="$LIBS -lgssapi32"