1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

databases/pgpool-II-40: Actually unbreak PAM option after r490475

Do not pass --without-pam to configure as it does not appear to
work correctly.  It also defines USE_PAM in config.h even when it
should not be defined and the build breaks.

auth/pool_hba.c:157:24: error: variable has incomplete type 'struct pam_conv'
static struct pam_conv pam_passw_conv = {
                       ^

http://beefy3.nyi.freebsd.org/data/112amd64-quarterly/490502/logs/errors/pgpool-II40-4.0.2_2.log

Pointy hat:	tobik
Approved by:	tz (maintainer)
This commit is contained in:
Tobias Kortkamp 2019-01-17 11:15:44 +00:00
parent 600a9c6ae4
commit f98e057013
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490545

View File

@ -34,7 +34,7 @@ OPTIONS_DEFAULT= SSL
MEMCACHED_CONFIGURE_ON= --with-memcached=${LOCALBASE}/include
MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached
PAM_CONFIGURE_WITH= pam
PAM_CONFIGURE_ON= --with-pam
SSL_CONFIGURE_WITH= openssl
SSL_USES= ssl