From fbe742549a0f9ec644496dd4399860ee928d7d66 Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Oct 31 2014 13:09:55 +0000 Subject: added pkgconfig file - disabled cpu throttling detection to be able to rebuild --- diff --git a/atlas.spec b/atlas.spec index fde850d..457a931 100644 --- a/atlas.spec +++ b/atlas.spec @@ -277,6 +277,7 @@ for type in %{types}; do mkdir -p %{_arch}_${type} pushd %{_arch}_${type} ../configure -b %{mode} %{?threads_option} %{?arch_option} -D c -DWALL -Fa alg '-g -Wa,--noexecstack -fPIC'\ + -Si cputhrchk 0 \ --prefix=%{buildroot}%{_prefix} \ --incdir=%{buildroot}%{_includedir} \ --libdir=%{buildroot}%{_libdir}/${libname} \ @@ -685,6 +686,7 @@ fi %changelog * Fri Oct 24 2014 Frantisek Kluknavsky - 3.8.4-12 - added pkgconfig file +- disabled cpu throttling detection to be able to rebuild * Thu Nov 21 2013 Frantisek Kluknavsky - 3.8.4-11 - modified description of *-devel subpackages