pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libfetch Set CHECK_BUILTIN properly for builtin ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eadc8371eb4f
branches:  trunk
changeset: 635724:eadc8371eb4f
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jun 09 23:42:57 2014 +0000

description:
Set CHECK_BUILTIN properly for builtin check.

diffstat:

 net/libfetch/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3ea734d1d015 -r eadc8371eb4f net/libfetch/options.mk
--- a/net/libfetch/options.mk   Mon Jun 09 23:29:31 2014 +0000
+++ b/net/libfetch/options.mk   Mon Jun 09 23:42:57 2014 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: options.mk,v 1.3 2009/02/09 13:34:02 joerg Exp $
+# $NetBSD: options.mk,v 1.4 2014/06/09 23:42:57 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libfetch
 PKG_SUPPORTED_OPTIONS= inet6 openssl
 PKG_SUGGESTED_OPTIONS= inet6
 
+CHECK_BUILTIN.openssl:=        yes
 .include "../../security/openssl/builtin.mk"
+CHECK_BUILTIN.openssl:=        no
 
 .if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])
 PKG_SUGGESTED_OPTIONS+=        openssl



Home | Main Index | Thread Index | Old Index