Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
rebuilds
>
php4
> php-4.4.9-pgsql-x86_64.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-4.4.9-pgsql-x86_64.patch of Package php4
--- ext/pgsql/config.m4.orig 2009-08-08 16:40:01.000000000 +0200 +++ ext/pgsql/config.m4 2009-08-08 16:40:18.000000000 +0200 @@ -46,7 +46,7 @@ fi done - for j in lib lib/pgsql lib/postgres lib/postgresql ""; do + for j in lib lib64/pgsql lib64/postgres lib64/postgresql ""; do if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then PGSQL_LIBDIR=$i/$j fi