components/libdaemon/patches/libdaemon-01-configure.patch
changeset 4986 90a869b3f47a
equal deleted inserted replaced
4985:eed3576cafd0 4986:90a869b3f47a
       
     1 Home brewed patch, not suitable for sending to upstream. In order to compile
       
     2 with Studio compiler we have to remove hardcoded gcc command line options.
       
     3 
       
     4 --- libdaemon-0.14/configure.ac-orig	2010-01-28 22:49:57.256005166 -0600
       
     5 +++ libdaemon-0.14/configure.ac	2010-01-28 22:49:35.799099150 -0600
       
     6 @@ -51,8 +51,6 @@ AC_PROG_LN_S
       
     7  AC_PROG_MAKE_SET
       
     8  AC_PROG_LIBTOOL
       
     9  
       
    10 -CC_CHECK_CFLAGS_APPEND([-pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing])
       
    11 -
       
    12  # Checks for header files.
       
    13  AC_HEADER_ASSERT
       
    14  AC_HEADER_STDC