diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-28 10:58:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-28 10:58:05 +0000 |
commit | d22933a3e246a83e610a514b504fb9e1a8a9e4d5 (patch) | |
tree | b56d12646d6f45e4d14b57179d5bcb5dd742a448 /dns | |
parent | 8ed699c6a1cd669328404e4e5afb41b7be09330c (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns-devel/Makefile | 5 | ||||
-rw-r--r-- | dns/powerdns-devel/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index 08fa45a91c4a..8addf1991e62 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.3.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= dns ipv6 PKGNAMESUFFIX= -devel @@ -32,7 +32,8 @@ GNU_CONFIGURE= YES INSTALL_TARGET= install-strip CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-modules="" \ +CONFIGURE_ARGS= --disable-static \ + --with-modules="" \ --with-dynmodules="pipe ${MODULES}" \ --sysconfdir="${PREFIX}/etc/pdns" \ --with-boost="${LOCALBASE}" diff --git a/dns/powerdns-devel/pkg-plist b/dns/powerdns-devel/pkg-plist index fda11a6e22c7..5a4d2b246cae 100644 --- a/dns/powerdns-devel/pkg-plist +++ b/dns/powerdns-devel/pkg-plist @@ -21,6 +21,7 @@ sbin/pdns_server %%TINYDNS%%lib/libtinydnsbackend.so %%REMOTE%%lib/libremotebackend.so %%MYDNS%%lib/libmydnsbackend.so +%%LUA%%lib/libluabackend.so lib/libpipebackend.so %%TOOLS%%man/man1/dnstcpbench.1.gz %%TOOLS%%man/man8/dnsreplay.8.gz |