]> git.pld-linux.org Git - packages/php.git/blame - php-libpq_fs_h_path.patch
cleanups
[packages/php.git] / php-libpq_fs_h_path.patch
CommitLineData
c14467fd
AM
1diff -urN php5.3-200803022130/ext/pgsql/php_pgsql.h mod/ext/pgsql/php_pgsql.h
2--- php5.3-200803022130/ext/pgsql/php_pgsql.h 2008-01-30 11:31:48.000000000 +0000
3+++ mod/ext/pgsql/php_pgsql.h 2008-03-02 22:27:42.292062316 +0000
4@@ -41,7 +41,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>
c14467fd
AM
10 # if defined(__GNUC__) && __GNUC__ >= 4
11 # define PHP_PGSQL_API __attribute__ ((visibility("default")))
12 # else
This page took 0.105932 seconds and 4 git commands to generate.