Add x86_64 build fix to head too

This commit is contained in:
David Woodhouse 2004-11-10 17:16:44 +00:00
parent e672f26240
commit 7dca8be68d

View File

@ -1,7 +1,7 @@
Name: numactl Name: numactl
Summary: library for tuning for Non Uniform Memory Access machines Summary: library for tuning for Non Uniform Memory Access machines
Version: 0.6.4 Version: 0.6.4
Release: %(R="$Revision: 1.3 $"; RR="${R##: }"; echo ${RR%%?}) Release: %(R="$Revision: 1.12 $"; RR="${R##: }"; echo ${RR%%?})
License: LGPL/GPL License: LGPL/GPL
Group: System Environment/Base Group: System Environment/Base
URL: ftp://ftp.suse.com/pub/people/ak/numa/ URL: ftp://ftp.suse.com/pub/people/ak/numa/
@ -12,6 +12,7 @@ ExcludeArch: ppc64 s390 s390x
Patch1: numactl-lib.patch Patch1: numactl-lib.patch
Patch2: numactl-0.6.4-ppc.patch Patch2: numactl-0.6.4-ppc.patch
Patch3: numactl-0.6.4-commonalias.patch
%description %description
Simple NUMA policy support. It consists of a numactl program to run Simple NUMA policy support. It consists of a numactl program to run
@ -29,6 +30,9 @@ allocations with NUMA policy in applications.
# Support ppc # Support ppc
%patch2 %patch2
# Fix breakage with aliases to tentatitive common symbols.
%patch3
%build %build
cd numactl-%{version} cd numactl-%{version}
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC" make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
@ -64,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir} %{_mandir}
%changelog %changelog
* Wed Nov 10 2004 David Woodhouse <dwmw2@redhat.com>
- Fix build on x86_64
* Thu Oct 21 2004 David Woodhouse <dwmw2@redhat.com> * Thu Oct 21 2004 David Woodhouse <dwmw2@redhat.com>
- Add PPC support - Add PPC support