- Move -Werror-implicit-function-declaration from configuration to the make

stage, to avoid breaking configuration tests.
This commit is contained in:
dmalcolm 2005-08-26 18:02:52 +00:00
parent ade36b028d
commit b3063e1ff3

View File

@ -29,7 +29,7 @@ ExcludeArch: ppc64
Name: evolution Name: evolution
Version: 2.3.8 Version: 2.3.8
Release: 1 Release: 2
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/ URL: http://www.ximian.com/
@ -251,7 +251,7 @@ fi
%endif %endif
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et -Werror-implicit-function-declaration"; export CFLAGS CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et"; export CFLAGS
%if ! %{use_mozilla_nss} %if ! %{use_mozilla_nss}
if pkg-config openssl ; then if pkg-config openssl ; then
CFLAGS="$CFLAGS `pkg-config --cflags openssl`" CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
@ -272,7 +272,7 @@ autoreconf -i
%ldap_flags %pilot_flags %krb5_flags %nntp_flags %ssl_flags \ %ldap_flags %pilot_flags %krb5_flags %nntp_flags %ssl_flags \
--enable-plugins=all --enable-plugins=all
export tagname=CC export tagname=CC
make LIBTOOL=%{_bindir}/libtool make LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
#cat /dev/null > default_user/local/Inbox/mbox #cat /dev/null > default_user/local/Inbox/mbox
@ -361,6 +361,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*.so %{_libdir}/evolution/%{evo_major}/*.so
%changelog %changelog
* Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-2
- Move -Werror-implicit-function-declaration from configuration to the make
stage, to avoid breaking configuration tests.
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-1 * Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-1
- 2.3.8 - 2.3.8
- add -Werror-implicit-function-declaration to CFLAGS and a patch to fix the - add -Werror-implicit-function-declaration to CFLAGS and a patch to fix the