From 4b701df7c8c61440b1048871a990d6ee98d1a2d1 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 18 Feb 2009 08:36:53 +0000 Subject: Add back support for OpenSSL option, otherwise fetch can't link against static libfetch built with SSL. --- net/fetch/options.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/fetch/options.mk b/net/fetch/options.mk index 6585fc8f88d..25853611c18 100644 --- a/net/fetch/options.mk +++ b/net/fetch/options.mk @@ -1,10 +1,14 @@ -# $NetBSD: options.mk,v 1.2 2009/02/09 13:34:51 joerg Exp $ +# $NetBSD: options.mk,v 1.3 2009/02/18 08:36:53 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libfetch PKG_SUPPORTED_OPTIONS= PKG_SUGGESTED_OPTIONS= .include "../../net/libfetch/buildlink3.mk" +.if !empty(PKG_BUILD_OPTIONS.libfetch:Mopenssl) +PKG_SUPPORTED_OPTIONS+= openssl +PKG_SUGGESTED_OPTIONS+= openssl +.endif .include "../../mk/bsd.options.mk" -- cgit v1.2.3