- remove smp build flag (ar problem)
This commit is contained in:
parent
034d10250f
commit
09300dc164
@ -36,7 +36,7 @@ activity.
|
|||||||
# add DOCDIR to the configure part
|
# add DOCDIR to the configure part
|
||||||
./configure --disable-man-group --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir}
|
./configure --disable-man-group --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir}
|
||||||
CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
|
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
|
# Thou shalt not write to source files or patches
|
||||||
rm -f sysstat.crond
|
rm -f sysstat.crond
|
||||||
@ -95,6 +95,7 @@ rm -rf %{buildroot}
|
|||||||
- update to 8.0.1
|
- update to 8.0.1
|
||||||
- remove useless patches
|
- remove useless patches
|
||||||
- spec file cleanup
|
- spec file cleanup
|
||||||
|
- remove smp build flag (ar problem)
|
||||||
|
|
||||||
* Wed Aug 15 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-3
|
* Wed Aug 15 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-3
|
||||||
- fix cve-2007-3852 -
|
- fix cve-2007-3852 -
|
||||||
|
Loading…
Reference in New Issue
Block a user