pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/fetch Add back support for OpenSSL option, otherwi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/742b1cdacc7e
branches: trunk
changeset: 554685:742b1cdacc7e
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Feb 18 08:36:53 2009 +0000
description:
Add back support for OpenSSL option, otherwise fetch can't link against
static libfetch built with SSL.
diffstat:
net/fetch/options.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b77785e36fc3 -r 742b1cdacc7e net/fetch/options.mk
--- a/net/fetch/options.mk Wed Feb 18 08:30:50 2009 +0000
+++ b/net/fetch/options.mk Wed Feb 18 08:36:53 2009 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index