- Only enabled lmSensors module on supported archs. ;-)
This commit is contained in:
parent
71ab4a46c8
commit
2550779a40
@ -172,7 +172,11 @@ export LDFLAGS="-L%{_libdir}"
|
|||||||
--with-sys-location="Unknown" \
|
--with-sys-location="Unknown" \
|
||||||
--with-logfile="/var/log/snmpd.log" \
|
--with-logfile="/var/log/snmpd.log" \
|
||||||
--with-persistent-directory="/var/net-snmp" \
|
--with-persistent-directory="/var/net-snmp" \
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
--with-mib-modules="host agentx smux ucd-snmp/lmSensors" \
|
--with-mib-modules="host agentx smux ucd-snmp/lmSensors" \
|
||||||
|
%else
|
||||||
|
--with-mib-modules="host agentx smux " \
|
||||||
|
%endif
|
||||||
%if %{tcp_wrappers}
|
%if %{tcp_wrappers}
|
||||||
--with-libwrap=%{_libdir} \
|
--with-libwrap=%{_libdir} \
|
||||||
%endif
|
%endif
|
||||||
@ -331,7 +335,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 14 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-10
|
* Thu Oct 14 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-10
|
||||||
- Marked all patches which are in net-snmp CVS for removal
|
|
||||||
- Extended the libwrap and bsdcompat patches
|
- Extended the libwrap and bsdcompat patches
|
||||||
|
|
||||||
* Mon Oct 11 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-9
|
* Mon Oct 11 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-9
|
||||||
|
Loading…
Reference in New Issue
Block a user