]> git.pld-linux.org Git - packages/php.git/blame - php-libpq_fs_h_path.patch
- make it possible to coinstall phpXY-pdo-pgsql
[packages/php.git] / php-libpq_fs_h_path.patch
CommitLineData
917119c9
AM
1diff -burN php-5.0.0b3/ext/pgsql/php_pgsql.h php-5.0.0b3-libpq_fs_h_path/ext/pgsql/php_pgsql.h
2--- php-5.0.0b3/ext/pgsql/php_pgsql.h 2003-12-05 02:03:35.000000000 +0100
3+++ php-5.0.0b3-libpq_fs_h_path/ext/pgsql/php_pgsql.h 2003-12-26 22:30:20.000000000 +0100
8135bbee 4@@ -43,7 +43,7 @@
917119c9 5 #define PHP_PGSQL_API __declspec(dllimport)
8135bbee 6 #endif
48880103 7 #else
8-#include <libpq/libpq-fs.h>
9+#include <postgresql/server/libpq/libpq-fs.h>
917119c9 10 #define PHP_PGSQL_API /* nothing special */
48880103 11 #endif
8135bbee 12
This page took 0.038998 seconds and 4 git commands to generate.