]> TLD Linux GIT Repositories - packages/postgresql.git/blobdiff - postgresql-heimdal.patch
- updated to 16.1, kerberos5 support no longer works with heimdal implementation
[packages/postgresql.git] / postgresql-heimdal.patch
index 044c8be2d251d493d68ec75370c47b570fe199b7..464e773d451d45f2ea306e73fa55a74b9fc2ad80 100644 (file)
@@ -1,11 +1,12 @@
---- postgresql-15.2/configure.ac       2023-03-07 23:36:40.389089270 +0100
-+++ postgresql-15.2/configure.ac       2023-03-07 23:36:49.325199415 +0100
-@@ -1307,7 +1307,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"