diff -r 90a869b3f47a -r 6a82655eda42 components/php-5_3/tcpwrap/patches/tcpwrap_config.patch --- a/components/php-5_3/tcpwrap/patches/tcpwrap_config.patch Fri Oct 16 07:42:27 2015 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ ---- tcpwrap-1.1.3/config.m4.ORIG Tue Jul 15 10:41:11 2008 -+++ tcpwrap-1.1.3/config.m4 Tue Jul 15 10:41:36 2008 -@@ -30,15 +30,7 @@ - LIBNAME=wrap - LIBSYMBOL=request_init - -- PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL, -- [ -- PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $TCPWRAP_DIR/lib, TCPWRAP_SHARED_LIBADD) -- AC_DEFINE(HAVE_TCPWRAPLIB,1,[ ]) -- ],[ -- AC_MSG_ERROR([wrong tcpwrappers lib version or lib not found]) -- ],[ -- -L$TCPWRAP_DIR/lib -lm -ldl -- ]) -+ PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $TCPWRAP_DIR/lib, TCPWRAP_SHARED_LIBADD) - - AC_CHECK_FUNC(gethostbyname_r, [have_gethostbyname_r=yes], [have_gethostbyname_r=no]) - if test "$have_gethostbyname_r" = "no"; then