X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql-heimdal.patch;h=464e773d451d45f2ea306e73fa55a74b9fc2ad80;hb=9f2cb9cafb96405d0d25ffacf073864e9e5313e3;hp=d4317c9e517d21fd950ba7523ab9c97adc0c62ea;hpb=c6f188b0a79186234a5126fda5b80a8946532d04;p=packages%2Fpostgresql.git diff --git a/postgresql-heimdal.patch b/postgresql-heimdal.patch index d4317c9..464e773 100644 --- a/postgresql-heimdal.patch +++ b/postgresql-heimdal.patch @@ -1,11 +1,12 @@ ---- postgresql-9.4.0/configure.in~ 2014-12-16 02:07:34.000000000 +0100 -+++ postgresql-9.4.0/configure.in 2014-12-24 13:10:18.706719940 +0100 -@@ -946,7 +946,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"