From 5091e3e7bb689f1b2e97cd90ad7669b0cb504d6c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 13 Aug 2012 12:21:28 +0200 Subject: [PATCH] net-snmp: changed to use extraconfopt for injecting perl related configure options --- network/net-snmp/net-snmp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/net-snmp/net-snmp.conf b/network/net-snmp/net-snmp.conf index 6c73d1119..fada92c28 100644 --- a/network/net-snmp/net-snmp.conf +++ b/network/net-snmp/net-snmp.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../net-snmp/net-snmp.conf -# Copyright (C) 2006 - 2011 The OpenSDE Project +# Copyright (C) 2006 - 2012 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -23,7 +23,7 @@ var_append confopt ' ' "--with-defaults" pkginstalled tcp_wrappers && var_append confopt ' ' "--with-libwrap" # install SNMP perl module -pkginstalled perl && var_append confopt ' ' "--with-perl-modules='INSTALLDIRS=vendor'" +pkginstalled perl && var_append extraconfopt ' ' "--with-perl-modules='INSTALLDIRS=vendor'" if pkginstalled openssl; then var_append extraconfopt ' ' --with-openssl