- Removed '-O0' compiler option for foomatic-filters, which had been used
for debugging purposes.
This commit is contained in:
parent
bb310c3eee
commit
bcfc0584b6
@ -7,7 +7,7 @@
|
||||
Summary: Database of printers and printer drivers
|
||||
Name: foomatic
|
||||
Version: %{enginever}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
|
||||
@ -134,7 +134,7 @@ export CUPS_PPDS=%{_datadir}/cups/model
|
||||
|
||||
pushd foomatic-filters-%{filtersver}
|
||||
%configure
|
||||
make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS -O0"
|
||||
make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS"
|
||||
popd
|
||||
|
||||
pushd foomatic-db-engine-%{enginever}
|
||||
@ -242,7 +242,11 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
|
||||
%{_var}/cache/foomatic
|
||||
|
||||
%changelog
|
||||
* Thu Jul 2 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-2
|
||||
* Thu Jul 2 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-3
|
||||
- Removed '-O0' compiler option for foomatic-filters, which had been
|
||||
used for debugging purposes.
|
||||
|
||||
* Thu Jul 2 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-1
|
||||
- Updated db-engine to 4.0.2 (bug #503188).
|
||||
- Updated foomatic-filters to 4.0.2 (bug #496521).
|
||||
- Updated db-hpijs to 20090701.
|
||||
|
Loading…
Reference in New Issue
Block a user