lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

100-autoconf-fixes.patch (541B)


      1 --- a/configure.in
      2 +++ b/configure.in
      3 @@ -11,14 +11,6 @@ AM_INIT_AUTOMAKE(snort,2.9.7.2)
      4  NO_OPTIMIZE="no"
      5  ADD_WERROR="no"
      6  
      7 -# Test for -Werror and sed it out for now since some of the auto tests,
      8 -# for example AC_CHECK_LIB, will fail because of
      9 -# warning: conflicting types for built-in function <func>
     10 -if eval "echo $CFLAGS | grep -e -Werror"; then
     11 -    CFLAGS=`echo $CFLAGS | sed -e "s/-Werror//g"`
     12 -    ADD_WERROR="yes"
     13 -fi
     14 -
     15  # Disable annoying practice of recursively re-running the autotools
     16  AM_MAINTAINER_MODE
     17  AC_PROG_CC_STDC