svn commit: r383291 - head/security/pam-mysql
Bartek Rutkowski
robak at FreeBSD.org
Sun Apr 5 12:40:47 UTC 2015
Author: robak
Date: Sun Apr 5 12:40:45 2015
New Revision: 383291
URL: https://svnweb.freebsd.org/changeset/ports/383291
Log:
security/pam-mysql: add OpenSSL port option for building non crypt() MD5 support
PR: 196927
Submitted by: Klaus Mayr <klaus at mayr-software.net>
Modified:
head/security/pam-mysql/Makefile
Modified: head/security/pam-mysql/Makefile
==============================================================================
--- head/security/pam-mysql/Makefile Sun Apr 5 11:41:56 2015 (r383290)
+++ head/security/pam-mysql/Makefile Sun Apr 5 12:40:45 2015 (r383291)
@@ -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
More information about the svn-ports-head
mailing list