You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
937 B
29 lines
937 B
Index: Makefile.in |
|
--- Makefile.in.orig 2014-03-24 15:31:51.000000000 +0100 |
|
+++ Makefile.in 2014-03-30 10:55:06.199163710 +0200 |
|
@@ -17,10 +17,10 @@ |
|
|
|
|
|
VPATH = @srcdir@ |
|
-pkgdatadir = $(datadir)/@PACKAGE@ |
|
-pkgincludedir = $(includedir)/@PACKAGE@ |
|
-pkglibdir = $(libdir)/@PACKAGE@ |
|
-pkglibexecdir = $(libexecdir)/@PACKAGE@ |
|
+pkgdatadir = $(datadir)/pgpool |
|
+pkgincludedir = $(includedir)/pgpool |
|
+pkglibdir = $(libdir)/pgpool |
|
+pkglibexecdir = $(libexecdir)/pgpool |
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|
install_sh_DATA = $(install_sh) -c -m 644 |
|
install_sh_PROGRAM = $(install_sh) -c |
|
Index: watchdog/wd_packet.c |
|
--- watchdog/wd_packet.c.orig 2014-03-24 15:30:01.000000000 +0100 |
|
+++ watchdog/wd_packet.c 2014-03-30 11:02:26.919071378 +0200 |
|
@@ -33,6 +33,7 @@ |
|
#include <sys/un.h> |
|
#include <sys/types.h> |
|
#include <sys/socket.h> |
|
+#include <sys/wait.h> |
|
#include <netinet/in.h> |
|
#include <netinet/tcp.h> |
|
#include <netdb.h>
|
|
|