You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/liblognorm/files/respect_CFLAGS.patch

12 lines
436 B

--- 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 -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute"
fi
AC_PROG_LIBTOOL