diff --git a/net-snmp-config.h b/net-snmp-config.h index 1ec086f..81aaf5b 100644 --- a/net-snmp-config.h +++ b/net-snmp-config.h @@ -25,6 +25,10 @@ #include "net-snmp-config-x86_64.h" #elif defined(__alpha__) #include "net-snmp-config-alpha.h" +#elif defined(__sparc__) && defined (__arch64__) +#include "net-snmp-config-sparc64.h" +#elif defined(__sparc__) +#include "net-snmp-config-sparc.h" #else #error "net-snmp-devel package does not work on your architecture" #endif diff --git a/net-snmp.spec b/net-snmp.spec index aa46ed3..89e97ed 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -7,7 +7,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: %{major_ver} -Release: 15%{?dist} +Release: 16%{?dist} Epoch: 1 License: BSD and MIT @@ -387,7 +387,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/lib*.so.* %changelog -* Sun May 25 2008 Dennis Gilmore 5.4.1-14 +* Thu May 29 2008 Dennis Gilmore 5.4.1-16 +- fix /usr/include/net-snmp-config.h for sparc + +* Sun May 25 2008 Dennis Gilmore 5.4.1-15 - sparc multilib handling * Tue Mar 18 2008 Tom "spot" Callaway 5.4.1-14