diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-mysql/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 87c1bfa80ffc..37bbad894a52 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -16,6 +16,11 @@ USE_MYSQL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr +OPTIONS_DEFINE= SSL +SSL_DESC= Build with OpenSSL support (non-crypt()ish MD5 hash) +SSL_CONFIGURE_WITH= openssl + + SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |