- turn off SMUX support (#110931) - the SMUX protocol has

This commit is contained in:
Radek Vokál 2006-08-22 10:58:36 +00:00
parent f218da561b
commit a767e9f37f
1 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@
Summary: A collection of SNMP protocol tools and libraries.
Name: net-snmp
Version: %{major_ver}.0
Release: 3
Release: 4%{?dist}
License: BSDish
Group: System Environment/Daemons
@ -161,9 +161,9 @@ export LIBDIR="%{_libdir}"
--with-logfile="/var/log/snmpd.log" \
--with-persistent-directory="/var/net-snmp" \
%ifarch %{ix86} x86_64
--with-mib-modules="host agentx smux ucd-snmp/lmSensors ucd-snmp/diskio disman/event-mib tcp-mib udp-mib" \
--with-mib-modules="host agentx ucd-snmp/lmSensors ucd-snmp/diskio disman/event-mib tcp-mib udp-mib" \
%else
--with-mib-modules="host agentx smux " \
--with-mib-modules="host agentx " \
%endif
%if %{tcp_wrappers}
--with-libwrap=%{_libdir} \
@ -346,6 +346,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/*.a
%changelog
* Tue Aug 22 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-4
- turn off SMUX support (#110931)
- add dist tag
* Thu Aug 10 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-3
- fix lib dirs in configure (#197684)