]> git.pld-linux.org Git - packages/php.git/blob - php-tds.patch
- rel 2; rebuild with apache 2.4
[packages/php.git] / php-tds.patch
1 --- php-5.3.3/ext/sybase_ct/config.m4~  2010-07-07 13:15:24.000000000 +0300
2 +++ php-5.3.3/ext/sybase_ct/config.m4   2010-07-24 19:21:13.897144810 +0300
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/tds.h || test -f $SYBASE_CT_INCDIR/tds_sysdep_public.h || 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.023368 seconds and 3 git commands to generate.