summaryrefslogtreecommitdiff
path: root/databases/postgresql93/patches
diff options
context:
space:
mode:
authorrichard <richard>2013-10-12 04:51:05 +0000
committerrichard <richard>2013-10-12 04:51:05 +0000
commit2acf9890544d1ee9e454fff87baae5848c3a3001 (patch)
treef6b16b568a528444833df467a7c9d5df65a151a8 /databases/postgresql93/patches
parentaf3736c8008d2c768ad445a3d2a3da87bc952c7e (diff)
downloadpkgsrc-2acf9890544d1ee9e454fff87baae5848c3a3001.tar.gz
improve postgresql93 builtin kerberos support
Diffstat (limited to 'databases/postgresql93/patches')
-rw-r--r--databases/postgresql93/patches/patch-configure13
1 files changed, 12 insertions, 1 deletions
diff --git a/databases/postgresql93/patches/patch-configure b/databases/postgresql93/patches/patch-configure
index 9a6a07a3ca0..5408d0e0c61 100644
--- a/databases/postgresql93/patches/patch-configure
+++ b/databases/postgresql93/patches/patch-configure
@@ -1,4 +1,6 @@
-$NetBSD: patch-configure,v 1.1 2013/09/10 15:32:32 adam Exp $
+$NetBSD: patch-configure,v 1.2 2013/10/12 04:51:05 richard Exp $
+
+Finally, native solaris uses -lgss for gssapi on mit-krb5.
--- configure.orig 2013-09-02 20:53:17.000000000 +0000
+++ configure
@@ -21,3 +23,12 @@ $NetBSD: patch-configure,v 1.1 2013/09/10 15:32:32 adam Exp $
fi
if test -z "$perl_embed_ldflags" ; then
{ $as_echo "$as_me:$LINENO: result: no" >&5
+@@ -8898,7 +8897,7 @@ return gss_init_sec_context ();
+ return 0;
+ }
+ _ACEOF
+-for ac_lib in '' gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'; do
++for ac_lib in '' gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto' 'gss -lkrb5 lcrypto'; do
+ if test -z "$ac_lib"; then
+ ac_res="none required"
+ else