diff options
author | obache <obache@pkgsrc.org> | 2011-08-20 08:12:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-20 08:12:41 +0000 |
commit | dc0f467d0414a5c176447c726ffbca3f291a7b8c (patch) | |
tree | a0695df4850e25f24036810da8686802f928648f /net/unbound | |
parent | 5f2bba6aed62abd1cdd60a58838539aec6f06daf (diff) | |
download | pkgsrc-dc0f467d0414a5c176447c726ffbca3f291a7b8c.tar.gz |
Fixes builtin openssl detection, same as ldns.
Bump PKGREVISION.
Diffstat (limited to 'net/unbound')
-rw-r--r-- | net/unbound/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 3151a0dc1a2..3591b26701f 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2011/07/27 04:11:25 pettai Exp $ +# $NetBSD: Makefile,v 1.17 2011/08/20 08:12:41 obache Exp $ DISTNAME= unbound-1.4.12 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ @@ -24,6 +25,9 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} CONFIGURE_ARGS+= --enable-allsymbols # Add the same logic as for ldns, so sha2/gost is configured automatically +CHECK_BUILTIN.openssl= yes +.include "../../security/openssl/builtin.mk" +CHECK_BUILTIN.openssl= no .include "../../security/openssl/buildlink3.mk" PLIST_VARS+= sha2 gost |