diff --git a/sysstat.spec b/sysstat.spec index 093c0a1..a3a8cc9 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -36,7 +36,7 @@ activity. # add DOCDIR to the configure part ./configure --disable-man-group --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\"" -make CFLAGS="$CFLAGS" LFLAGS="" DOC_DIR=%{_docdir} %{?_smp_mflags} +make CFLAGS="$CFLAGS" LFLAGS="" DOC_DIR=%{_docdir} # Thou shalt not write to source files or patches rm -f sysstat.crond @@ -95,6 +95,7 @@ rm -rf %{buildroot} - update to 8.0.1 - remove useless patches - spec file cleanup +- remove smp build flag (ar problem) * Wed Aug 15 2007 Ivana Varekova - 7.0.4-3 - fix cve-2007-3852 -