f9f6f1ebce
This is a security release fixing CVE-2015-5230. Bug fixes: - Avoid superfluous backend recycling - Removal of dnsdist from the authoritative server distribution - Add EDNS unknown version handling and tests EDNS unknown version handling Improvements: - Update YaHTTP to v0.1.7 - Make trailing/leading spaces stand out in pdnssec check_zone - GCC 5.2 support and sync boost.m4 macro with upstream - Log answer packets only if log-dns-details is enabled
13 lines
522 B
Makefile
13 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.16 2015/10/22 19:01:25 fhajny Exp $
|
|
|
|
.include "../../net/powerdns/Makefile.backend"
|
|
|
|
PKGNAME= ${DISTNAME:S/pdns/powerdns-mysql/}
|
|
COMMENT= MySQL backend module for PowerDNS
|
|
|
|
CONFIGURE_ARGS+= --with-dynmodules="gmysql"
|
|
CONFIGURE_ARGS+= --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/${BUILDLINK_LIBDIRS.mysql-client}
|
|
CONFIGURE_ARGS+= --with-mysql-includes=${BUILDLINK_PREFIX.mysql-client}/${BUILDLINK_INCDIRS.mysql-client}
|
|
|
|
.include "../../mk/mysql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|