OpenSSL is required to build.
This commit is contained in:
parent
d016142b81
commit
2737d45ca4
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/09/17 11:32:03 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/10/24 12:48:56 obache Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-scram/}
|
||||
COMMENT= Cyrus SASL SCRAM authentication plugin
|
||||
|
@ -9,10 +9,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
.include "../../security/cyrus-sasl/Makefile.common"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-scram
|
||||
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
|
||||
|
||||
BUILD_DIRS= ${WRKSRC}/plugins
|
||||
BUILD_TARGET= libscram.la
|
||||
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR}
|
||||
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
|
||||
|
|
Loading…
Reference in a new issue