]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-heimdal.patch
- llvm bcond
[packages/postgresql.git] / postgresql-heimdal.patch
1 --- postgresql-9.4.0/configure.in~      2014-12-16 02:07:34.000000000 +0100
2 +++ postgresql-9.4.0/configure.in       2014-12-24 13:10:18.706719940 +0100
3 @@ -946,7 +946,7 @@
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], [],
9                     [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
10    else
11      LIBS="$LIBS -lgssapi32"
This page took 0.043993 seconds and 3 git commands to generate.