Ticket #63262: patch-configure.diff

File patch-configure.diff, 792 bytes (added by ballapete (Peter "Pete" Dyballa), 3 years ago)

For IPv6 support updated version of the original patch-configure.diff file

  • configure

    old new  
    2222522225            fi
    2222622226        else
    2222722227            found_xml="yes"
    22228             XMLCONF_VERSION="`$xmlconfig --version`"
    22229             XML_CPPFLAGS="`$xmlconfig --cflags`"
    22230             XML_LIBS="`$xmlconfig --libs`"
     22228            XMLCONF_VERSION="`$XML_HOME/bin/pkg-config libxml-2.0 --version`"
     22229            XML_CPPFLAGS="`$XML_HOME/bin/pkg-config libxml-2.0 --cflags`"
     22230            XML_LIBS="`$XML_HOME/bin/pkg-config libxml-2.0 --libs`"
    2223122231        fi
    2223222232  esac
    2223322233
     
    2498624986  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    2498724987/* end confdefs.h.  */
    2498824988
     24989                    #include <string.h>
    2498924990                    #include <sys/types.h>
    2499024991                    #include <sys/socket.h>
    2499124992                    #include <netdb.h>