maksbotan 14/03/20 14:19:00 Added: respect_CFLAGS.patch Log: Respect CFLAGS, bug #472310, thanks to slepnoga. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblognorm/files/respect_CFLAGS.patch?rev=1.1&content-type=text/plain Index: respect_CFLAGS.patch =================================================================== --- configure.ac.new 2014-03-20 10:56:14.777901140 +0200 +++ configure.ac 2014-03-20 10:56:50.154143106 +0200 @@ -12,7 +12,7 @@ AC_PROG_CC 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" fi AC_PROG_LIBTOOL
