pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net-snmp If the "ssl" option is not present, inhib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94804ff47d0a
branches:  trunk
changeset: 535505:94804ff47d0a
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Tue Nov 20 07:51:35 2007 +0000

description:
If the "ssl" option is not present, inhibit SSL support by configuring
with --without-openssl.  Corrects package build on systems with
non-Pkgsrc OpenSSL installations.  Fixes breakage under Linux.

diffstat:

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

diffs (16 lines):

diff -r f22f4b5a615c -r 94804ff47d0a net/net-snmp/options.mk
--- a/net/net-snmp/options.mk   Tue Nov 20 07:08:16 2007 +0000
+++ b/net/net-snmp/options.mk   Tue Nov 20 07:51:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2006/01/24 22:16:55 adam Exp $
+# $NetBSD: options.mk,v 1.6 2007/11/20 07:51:35 dsainty Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.net-snmp
 PKG_SUPPORTED_OPTIONS=         ssl
@@ -23,4 +23,6 @@
 .if !empty(PKG_OPTIONS:Mssl)
 .  include "../../security/openssl/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-openssl
+.else
+CONFIGURE_ARGS+=       --without-openssl
 .endif



Home | Main Index | Thread Index | Old Index