]> git.pld-linux.org Git - packages/php.git/blob - php-tds.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-tds.patch
1 --- php-5.2.14/ext/sybase_ct/config.m4.orig     2010-07-07 12:16:48.000000000 +0200
2 +++ php-5.2.14/ext/sybase_ct/config.m4  2010-07-23 17:03:25.014237104 +0200
3 @@ -31,7 +31,7 @@
4    fi
5    
6    PHP_ADD_LIBPATH($SYBASE_CT_LIBDIR, SYBASE_CT_SHARED_LIBADD)
7 -  if test -f $SYBASE_CT_INCDIR/tds.h || test -f $SYBASE_CT_INCDIR/tds_sysdep_public.h; then
8 +  if test -f $SYBASE_CT_INCDIR/sybdb.h; then
9      PHP_ADD_LIBRARY(ct,, SYBASE_CT_SHARED_LIBADD)
10      SYBASE_CT_LIBS="-L$SYBASE_CT_LIBDIR -lct"
11    elif test -f $SYBASE_CT_INCDIR/libsybct64; then
This page took 0.03123 seconds and 3 git commands to generate.