- don't override CFLAGS at build time
This commit is contained in:
parent
f0cc37ad3e
commit
d32a17e4e8
7
apr.spec
7
apr.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Apache Portable Runtime library
|
Summary: Apache Portable Runtime library
|
||||||
Name: apr
|
Name: apr
|
||||||
Version: 0.9.6
|
Version: 0.9.6
|
||||||
Release: 5
|
Release: 6
|
||||||
License: Apache Software License
|
License: Apache Software License
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -62,7 +62,7 @@ C data structures and routines.
|
|||||||
--with-installbuilddir=%{_libdir}/apr/build \
|
--with-installbuilddir=%{_libdir}/apr/build \
|
||||||
--with-devrandom=/dev/urandom \
|
--with-devrandom=/dev/urandom \
|
||||||
CC=gcc CXX=g++
|
CC=gcc CXX=g++
|
||||||
make %{?_smp_mflags} CFLAGS=-Wall && make dox
|
make %{?_smp_mflags} && make dox
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Run non-interactive tests
|
# Run non-interactive tests
|
||||||
@ -125,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/apr-%{aprver}/*.h
|
%{_includedir}/apr-%{aprver}/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 15 2005 Joe Orton <jorton@redhat.com> 0.9.6-6
|
||||||
|
- don't override CFLAGS at build time
|
||||||
|
|
||||||
* Fri Sep 9 2005 Joe Orton <jorton@redhat.com> 0.9.6-5
|
* Fri Sep 9 2005 Joe Orton <jorton@redhat.com> 0.9.6-5
|
||||||
- add from 0.9.x branch:
|
- add from 0.9.x branch:
|
||||||
* fix for apr_{uid,gid}_* error handling (r239592)
|
* fix for apr_{uid,gid}_* error handling (r239592)
|
||||||
|
Loading…
Reference in New Issue
Block a user