]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-heimdal.patch
rebuild with perl 5.34.0
[packages/postgresql.git] / postgresql-heimdal.patch
CommitLineData
bc3c74ea
AM
1--- postgresql-9.4.0/configure.ac~ 2014-12-16 02:07:34.000000000 +0100
2+++ postgresql-9.4.0/configure.ac 2014-12-24 13:10:18.706719940 +0100
17ad3dd0 3@@ -946,7 +946,7 @@
9b253094
JB
4
5 if test "$with_gssapi" = yes ; then
6 if test "$PORTNAME" != "win32"; then
7- AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [],
8+ AC_SEARCH_LIBS(gss_init_sec_context, [gssapi 'gssapi -lkrb5 -lcrypto' gssapi_krb5 gss], [],
17ad3dd0 9 [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
9b253094
JB
10 else
11 LIBS="$LIBS -lgssapi32"
This page took 0.034649 seconds and 4 git commands to generate.