diff options
-rw-r--r-- | www/mod_php3/files/patch-aq | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/mod_php3/files/patch-aq b/www/mod_php3/files/patch-aq index 3c155a0847d4..f30fea192773 100644 --- a/www/mod_php3/files/patch-aq +++ b/www/mod_php3/files/patch-aq @@ -46,3 +46,11 @@ fi echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6 +@@ -9671,7 +9670,6 @@ + PGSQL_INCDIR=$withval/include + test -d $withval/include/pgsql && PGSQL_INCDIR=$withval/include/pgsql + test -d $withval/pgsql/include && PGSQL_INCDIR=$withval/pgsql/include +- test -d $withval/include/postgresql && PGSQL_INCDIR=$withval/include/postgresql + PGSQL_LIBDIR=$withval/lib + test -d $withval/lib/pgsql && PGSQL_LIBDIR=$withval/lib/pgsql + test -d $withval/pgsql/lib && PGSQL_LIBDIR=$withval/pgsql/lib |