]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Revert addition of PERL_GCC_PEDANTIC to CFLAGS
authorTravis Cross <tc@traviscross.com>
Fri, 30 May 2014 15:40:46 +0000 (15:40 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 30 May 2014 15:40:46 +0000 (15:40 +0000)
commit79a888de2cd08fbe4c17e697c631daec79d99e99
tree3b6de7f2574bcf54b4adacf9221d5096c26d39a5
parent750e2bae366600d3420dc8a1a835e76770ae927e
Revert addition of PERL_GCC_PEDANTIC to CFLAGS

Brian and I decided to handle this by just stripping -ansi -pedantic
from the mod_perl build instead.

Revert "Since we can't tell if the system perl was built with
pedantic, we have a problem because we default debug enabled which
uses AX_CFLAGS_WARN_ALL_ANSI, For the GNU CC compiler it will be
-Wall (and -ansi -pedantic) The result is added to the shellvar being
CFLAGS by default.  Which then gets included for building mod_perl,
Either way I think this is the correct corse of action to overcome
these new builds of mod_perl."

This reverts commit cb94340e268466d19f41961f3b435897994ec1fa.
configure.ac
src/mod/languages/mod_perl/Makefile.am