Disable Kerberos and GSSAPI when PostgreSQL-SDBC is disabled.
PR: ports/176037
This commit is contained in:
parent
060e5cd2f0
commit
4ad2ccee20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312085
1 changed files with 2 additions and 1 deletions
|
@ -220,7 +220,8 @@ USE_PGSQL= yes
|
|||
WANT_PGSQL_VER= 90+
|
||||
CONFIGURE_ARGS+= --enable-postgresql-sdbc --with-system-postgresql
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-postgresql-sdbc
|
||||
CONFIGURE_ARGS+= --disable-postgresql-sdbc \
|
||||
--without-gssapi --without-krb5
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSYSTRAY}
|
||||
|
|
Loading…
Reference in a new issue