add wall back in
This commit is contained in:
parent
1986646f85
commit
d5e4ed68cb
2
macros
2
macros
@ -152,7 +152,7 @@ unset DISPLAY\
|
||||
%__find_provides /usr/lib/rpm/redhat/find-provides
|
||||
%__find_requires /usr/lib/rpm/redhat/find-requires
|
||||
|
||||
%__global_cflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
|
||||
%__global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
|
||||
|
||||
# Disable lookups
|
||||
%_hkp_keyserver %{nil}
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Red Hat specific rpm configuration files.
|
||||
Name: redhat-rpm-config
|
||||
Version: 8.0.37
|
||||
Version: 8.0.38
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Development/System
|
||||
@ -35,6 +35,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_prefix}/lib/rpm/redhat
|
||||
|
||||
%changelog
|
||||
* Mon Aug 01 2005 Elliot Lee <sopwith@redhat.com> - 8.0.38-1
|
||||
- Add -Wall into cflags
|
||||
|
||||
* Mon Aug 01 2005 Elliot Lee <sopwith@redhat.com> - 8.0.37-1
|
||||
- Patch from Uli: enable stack protector, fix sparc & ppc cflags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user