postgresql/postgresql.patch

changeset 699
da76d565ccd3
parent 300
382048971a24
     1.1 --- a/postgresql/postgresql.patch	Fri Sep 21 22:38:55 2012 +0200
     1.2 +++ b/postgresql/postgresql.patch	Fri Sep 21 22:39:48 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  Index: src/Makefile.shlib
     1.5  --- src/Makefile.shlib.orig	2010-07-06 05:55:33.000000000 +0200
     1.6  +++ src/Makefile.shlib	2010-09-21 08:58:56.000000000 +0200
     1.7 -@@ -329,7 +329,7 @@
     1.8 +@@ -305,7 +305,7 @@
     1.9   
    1.10   .PHONY: all-lib all-static-lib all-shared-lib
    1.11   
    1.12 @@ -25,8 +25,8 @@
    1.13  Index: src/include/port.h
    1.14  --- src/include/port.h.orig	2010-05-15 16:44:13.000000000 +0200
    1.15  +++ src/include/port.h	2010-09-21 08:58:56.000000000 +0200
    1.16 -@@ -374,7 +374,7 @@
    1.17 - extern int	getopt(int nargc, char *const * nargv, const char *ostr);
    1.18 +@@ -393,7 +393,7 @@
    1.19 + extern int	getpeereid(int sock, uid_t *uid, gid_t *gid);
    1.20   #endif
    1.21   
    1.22  -#ifndef HAVE_ISINF

mercurial