Build with softHSM default
This commit is contained in:
parent
52a3d4d533
commit
7e1a2a1bc6
2 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 2009/10/31 22:50:29 pettai Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2009/11/01 23:35:40 pettai Exp $
|
||||
#
|
||||
|
||||
DISTNAME= opendnssec-${VERSION}
|
||||
|
@ -31,7 +31,7 @@ NO_CHECKSUM= yes
|
|||
#ONLY_FOR_PLATFORM= NetBSD-*-* Darwin-*-*
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
#PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
BUILD_DEFS+= VARBASE
|
||||
|
||||
|
@ -81,6 +81,9 @@ pre-configure:
|
|||
${CHMOD} u+x ${WRKSRC}/autogen.sh
|
||||
cd ${WRKSRC} && ./autogen.sh
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${PKG_SYSCONFDIR}/opendnssec
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../net/ldns/buildlink3.mk"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: options.mk,v 1.3 2009/10/24 21:33:59 pettai Exp $
|
||||
# $NetBSD: options.mk,v 1.4 2009/11/01 23:35:40 pettai Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.opendnssec
|
||||
PKG_SUPPORTED_OPTIONS= auditor softhsm
|
||||
PKG_SUGGESTED_OPTIONS= auditor
|
||||
PKG_SUGGESTED_OPTIONS= auditor softhsm
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue