- Fixed build problem on 64bit machines
This commit is contained in:
parent
1a97e9d5af
commit
1dd9814a87
@ -2,7 +2,7 @@
|
||||
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
|
||||
Name: OpenIPMI
|
||||
Version: 1.4.14
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceforge.net/projects/openipmi/
|
||||
@ -52,10 +52,10 @@ of the OpenIPMI project.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
make LIBTOOL=%{_bindir}/libtool
|
||||
pushd ipmitool-%{ipmitoolver}
|
||||
%configure
|
||||
make
|
||||
make LIBTOOL=%{_bindir}/libtool
|
||||
popd
|
||||
|
||||
%install
|
||||
@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-6
|
||||
- Fixed build problem on 64bit machines
|
||||
|
||||
* Fri Jul 15 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-5
|
||||
- Fixed missing change to not autostart in the initscript
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user