]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-heimdal.patch
- updated to 16.2
[packages/postgresql.git] / postgresql-heimdal.patch
1 diff -ur postgresql-16.1.orig/configure.ac postgresql-16.1/configure.ac
2 --- postgresql-16.1.orig/configure.ac   2023-11-06 23:04:27.000000000 +0100
3 +++ postgresql-16.1/configure.ac        2023-12-13 21:37:44.998989424 +0100
4 @@ -1344,7 +1344,7 @@
5  
6  if test "$with_gssapi" = yes ; then
7    if test "$PORTNAME" != "win32"; then
8 -    AC_SEARCH_LIBS(gss_store_cred_into, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [],
9 +    AC_SEARCH_LIBS(gss_store_cred_into, [gssapi 'gssapi -lkrb5 -lcrypto' gssapi_krb5 gss], [],
10                     [AC_MSG_ERROR([could not find function 'gss_store_cred_into' required for GSSAPI])])
11    else
12      LIBS="$LIBS -lgssapi32"