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/net-analyzer/thcrut/files/thcrut-1.2.5-flags.patch

12 lines
246 B

--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,7 @@
dnl
dnl Use these compiler flags if we have gcc.
dnl
-if test $ac_cv_prog_gcc = yes; then
+if test $ac_cv_prog_gcc_not_on_gentoo = yes; then
CCOPTS='-O2 -Wall'
CFLAGS="$CCOPTS"
fi