- Add -Werror-implicit-function-declaration back to CFLAGS at the make

stage, after the configure, to spot 64-bit problems whilst avoiding
    breaking configuration tests; expand patch 102 to avoid this breaking
    libdb's CFLAGS
f41
dmalcolm 20 years ago
parent 1fa72db5ea
commit 50dc0a1f58

@ -25,7 +25,7 @@ ExcludeArch: ppc64
Summary: Backend data server for evolution Summary: Backend data server for evolution
Name: evolution-data-server Name: evolution-data-server
Version: 1.3.8 Version: 1.3.8
Release: 4 Release: 5
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
@ -186,7 +186,7 @@ autoconf
--enable-file-locking=fcntl --enable-dot-locking=no \ --enable-file-locking=fcntl --enable-dot-locking=no \
%ldap_flags %krb5_flags %nntp_flags %ssl_flags %ldap_flags %krb5_flags %nntp_flags %ssl_flags
export tagname=CC export tagname=CC
make LIBTOOL=/usr/bin/libtool make LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -228,6 +228,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Aug 30 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-5
- Add -Werror-implicit-function-declaration back to CFLAGS at the make stage,
after the configure, to spot 64-bit problems whilst avoiding breaking
configuration tests; expand patch 102 to avoid this breaking libdb's CFLAGS
* Wed Aug 24 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-4 * Wed Aug 24 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-4
- Remove -Werror-implicit-function-declaration from CFLAGS; this broke the - Remove -Werror-implicit-function-declaration from CFLAGS; this broke the
configuration test for fast mutexes in the internal copy of libdb, and hence configuration test for fast mutexes in the internal copy of libdb, and hence

Loading…
Cancel
Save