jer 14/03/31 19:50:31 Modified: respect_CFLAGS.patch Log: Fix patch. Reinstate latest stable (bug #505224). (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 dev-libs/liblognorm/files/respect_CFLAGS.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblognorm/files/respect_CFLAGS.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblognorm/files/respect_CFLAGS.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblognorm/files/respect_CFLAGS.patch?r1=1.1&r2=1.2 Index: respect_CFLAGS.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblognorm/files/respect_CFLAGS.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- respect_CFLAGS.patch 20 Mar 2014 14:19:00 -0000 1.1 +++ respect_CFLAGS.patch 31 Mar 2014 19:50:30 -0000 1.2 @@ -5,7 +5,7 @@ AM_PROG_CC_C_O if test "$GCC" = "yes" -then CFLAGS="$CFLAGS -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g" -+then CFLAGS="$CFLAGS -W -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute" ++then CFLAGS="$CFLAGS -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute" fi AC_PROG_LIBTOOL
