X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql-heimdal.patch;fp=postgresql-heimdal.patch;h=f54ffe82916d4bc2a64d4e5f4bebba54dc60053e;hb=aa486acbb632523f581fd32acf0007c9cbb484ae;hp=d4317c9e517d21fd950ba7523ab9c97adc0c62ea;hpb=e3513381733273291ae777b89eafc1c5c16973e4;p=packages%2Fpostgresql.git diff --git a/postgresql-heimdal.patch b/postgresql-heimdal.patch index d4317c9..f54ffe8 100644 --- a/postgresql-heimdal.patch +++ b/postgresql-heimdal.patch @@ -1,11 +1,20 @@ ---- 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 @@ +--- postgresql-9.0.0/configure.in.orig 2010-10-03 11:14:32.231741882 +0200 ++++ postgresql-9.0.0/configure.in 2010-10-03 11:46:29.767741043 +0200 +@@ -906,7 +906,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_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])]) else LIBS="$LIBS -lgssapi32" +@@ -915,7 +915,7 @@ + + if test "$with_krb5" = yes ; then + if test "$PORTNAME" != "win32"; then +- AC_SEARCH_LIBS(com_err, [krb5 'krb5 -lcrypto -ldes -lasn1 -lroken' com_err 'com_err -lssl -lcrypto'], [], ++ AC_SEARCH_LIBS(com_err, [com_err 'com_err -lssl -lcrypto' krb5 'krb5 -lcrypto -ldes -lasn1 -lroken'], [], + [AC_MSG_ERROR([could not find function 'com_err' required for Kerberos 5])]) + AC_SEARCH_LIBS(krb5_sendauth, [krb5 'krb5 -lcrypto -ldes -lasn1 -lroken'], [], + [AC_MSG_ERROR([could not find function 'krb5_sendauth' required for Kerberos 5])])