fix sparc handling in /usr/include/net-snmp/net-snmp-config-sparc.h
This commit is contained in:
parent
096a089f4b
commit
00c3d5ab23
@ -25,6 +25,10 @@
|
|||||||
#include "net-snmp-config-x86_64.h"
|
#include "net-snmp-config-x86_64.h"
|
||||||
#elif defined(__alpha__)
|
#elif defined(__alpha__)
|
||||||
#include "net-snmp-config-alpha.h"
|
#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
|
#else
|
||||||
#error "net-snmp-devel package does not work on your architecture"
|
#error "net-snmp-devel package does not work on your architecture"
|
||||||
#endif
|
#endif
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries
|
Summary: A collection of SNMP protocol tools and libraries
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: %{major_ver}
|
Version: %{major_ver}
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
@ -385,6 +385,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 29 2008 Dennis Gilmore <dennis@ausil.us> 5.4.1-17
|
||||||
|
- fix sparc handling in /usr/include/net-snmp/net-snmp-config-sparc.h
|
||||||
|
|
||||||
* Sun May 25 2008 Dennis Gilmore <dennis@ausil.us> 5.4.1-16
|
* Sun May 25 2008 Dennis Gilmore <dennis@ausil.us> 5.4.1-16
|
||||||
-sparc multilib handling
|
-sparc multilib handling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user