From f98e057013f3b392a81b06e18a908fbed73c3119 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 17 Jan 2019 11:15:44 +0000 Subject: 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) --- databases/pgpool-II-40/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/pgpool-II-40') diff --git a/databases/pgpool-II-40/Makefile b/databases/pgpool-II-40/Makefile index c3fa5947079c..d2c2309829d3 100644 --- a/databases/pgpool-II-40/Makefile +++ b/databases/pgpool-II-40/Makefile @@ -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 -- cgit v1.2.3