summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2014-03-20 14:19:00 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2014-03-20 14:19:00 +0000
commit66556ff373c02dd654fa5bf1c7aad8f525c1b995 (patch)
treee16b5ec475be1095d2787b363066b067e308da54 /dev-libs/liblognorm/files
parentStable for HPPA (bug #471894). (diff)
downloadgentoo-2-66556ff373c02dd654fa5bf1c7aad8f525c1b995.tar.gz
gentoo-2-66556ff373c02dd654fa5bf1c7aad8f525c1b995.tar.bz2
gentoo-2-66556ff373c02dd654fa5bf1c7aad8f525c1b995.zip
Respect CFLAGS, bug #472310, thanks to slepnoga.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'dev-libs/liblognorm/files')
-rw-r--r--dev-libs/liblognorm/files/respect_CFLAGS.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/liblognorm/files/respect_CFLAGS.patch b/dev-libs/liblognorm/files/respect_CFLAGS.patch
new file mode 100644
index 000000000000..2c93deadcdd5
--- /dev/null
+++ b/dev-libs/liblognorm/files/respect_CFLAGS.patch
@@ -0,0 +1,11 @@
+--- 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