diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 08:47:48 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 08:47:48 +0000 |
commit | 27b8da276fb2fff6746e495383d72754a4cf87b3 (patch) | |
tree | 2fb9da25183c5b5ab0fdf9e6e3759ee8668be270 | |
parent | fad839ce715459872ae8a3381316d086cca7bc80 (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-x | configure | 3 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -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) |