components/stunnel/patches/stunnel-4.56-studio.patch
changeset 5114 9334382296a9
parent 5113 d795801e09d0
child 5115 9c865404b7f5
equal deleted inserted replaced
5113:d795801e09d0 5114:9334382296a9
     1 #
       
     2 # Studio gets confused by -pedantic.  This won't go upstream as newer versions
       
     3 # change the compiler flag test and this will no longer be needed .
       
     4 #
       
     5 
       
     6 --- stunnel-4.56/configure.ac.orig	Mon Mar  9 12:33:03 2015
       
     7 +++ stunnel-4.56/configure.ac	Mon Mar  9 12:33:20 2015
       
     8 @@ -88,12 +88,6 @@
       
     9      [AC_MSG_RESULT([yes])],
       
    10      [AC_MSG_RESULT([no]); CFLAGS="$valid_CFLAGS"])
       
    11  
       
    12 -AC_MSG_CHECKING([whether $CC accepts -pedantic])
       
    13 -valid_CFLAGS="$CFLAGS"; CFLAGS="$CFLAGS -pedantic"
       
    14 -AC_LINK_IFELSE([int main() {return 0;}],
       
    15 -    [AC_MSG_RESULT([yes])],
       
    16 -    [AC_MSG_RESULT([no]); CFLAGS="$valid_CFLAGS"])
       
    17 -
       
    18  AC_MSG_NOTICE([**************************************** libtool])
       
    19  LT_INIT([disable-static])
       
    20  AC_SUBST([LIBTOOL_DEPS])