summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-09 08:47:48 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-09 08:47:48 +0000
commit27b8da276fb2fff6746e495383d72754a4cf87b3 (patch)
tree2fb9da25183c5b5ab0fdf9e6e3759ee8668be270
parentfad839ce715459872ae8a3381316d086cca7bc80 (diff)
Merged <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/httrack/files/httrack-3.47.7-cflags.patch?revision=1.1&view=markup>
(Sebastian Pipping)
-rwxr-xr-xconfigure3
-rw-r--r--configure.ac3
2 files changed, 2 insertions, 4 deletions
diff --git a/configure b/configure
index 5dec5bb..435a499 100755
--- a/configure
+++ b/configure
@@ -15224,8 +15224,7 @@ LT_CV_OBJDIR=$lt_cv_objdir
### Default CFLAGS
-DEFAULT_CFLAGS=""
-DEFAULT_CFLAGS="-O -g3 -Wall -Wcast-align -Wstrict-prototypes \
+DEFAULT_CFLAGS="-Wall -Wcast-align -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith \
-Wnested-externs -D_REENTRANT"
diff --git a/configure.ac b/configure.ac
index 2730680..b7e3912 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,7 @@ AC_SUBST(SHLIBPATH_VAR,$shlibpath_var)
AC_SUBST(LT_CV_OBJDIR,$lt_cv_objdir)
### Default CFLAGS
-DEFAULT_CFLAGS=""
-DEFAULT_CFLAGS="-O -g3 -Wall -Wcast-align -Wstrict-prototypes \
+DEFAULT_CFLAGS="-Wall -Wcast-align -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith \
-Wnested-externs -D_REENTRANT"
AC_SUBST(DEFAULT_CFLAGS)