Missing mention of GSSAPI in MSVC's config_default.pl
Started by Michael Paquierabout 10 years ago3 messageshackers
Hi all,
While looking at the krb5 encryption patch, I noticed that gss was
missing from config_default.pl:
--- a/src/tools/msvc/config_default.pl
+++ b/src/tools/msvc/config_default.pl
@@ -15,6 +15,7 @@ our $config = {
# wal_segsize => 16, # --with-wal-segsize, 16MB by default
ldap => 1, # --with-ldap
extraver => undef, # --with-extra-version=<string>
+ gss => undef, # --with-gssapi=<path>
nls => undef, # --enable-nls=<path>
tap_tests => undef, # --enable-tap-tests
tcl => undef, # --with-tls=<path>
Attached is a patch.
Regards,
--
Michael
Attachments:
msvc-fix-gss.patchtext/x-diff; charset=US-ASCII; name=msvc-fix-gss.patchDownload+1-0
Re: Missing mention of GSSAPI in MSVC's config_default.pl
On Wed, Mar 30, 2016 at 9:13 AM, Michael Paquier <michael.paquier@gmail.com>
wrote:
Hi all,
While looking at the krb5 encryption patch, I noticed that gss was missing from config_default.pl: --- a/src/tools/msvc/config_default.pl +++ b/src/tools/msvc/config_default.pl @@ -15,6 +15,7 @@ our $config = { # wal_segsize => 16, # --with-wal-segsize, 16MB by default ldap => 1, # --with-ldap extraver => undef, # --with-extra-version=<string> + gss => undef, # --with-gssapi=<path> nls => undef, # --enable-nls=<path> tap_tests => undef, # --enable-tap-tests tcl => undef, # --with-tls=<path> Attached is a patch.
Aplied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
Re: Missing mention of GSSAPI in MSVC's config_default.pl
On Wed, Mar 30, 2016 at 5:50 PM, Magnus Hagander <magnus@hagander.net> wrote:
Applied, thanks.
Thanks.
--
Michael
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers