commit b81950821bd51c0c06b3f2cfe3398b02b5a44612
Author: Adam Gołębiowski <[email protected]>
Date:   Fri Jun 19 16:31:42 2015 +0200

    libpcp requires symbols which are currently available in static
    libpgcommon library, link it here

 pgpool-II-libs.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/pgpool-II-libs.patch b/pgpool-II-libs.patch
new file mode 100644
index 0000000..198a2fc
--- /dev/null
+++ b/pgpool-II-libs.patch
@@ -0,0 +1,13 @@
+libpcp requires symbols which are currently available in static
+libpgcommon library, link it here
+
+--- pgpool-II-3.4.2/src/libs/pcp/Makefile.am~  2015-04-08 09:58:44.000000000 
+0200
++++ pgpool-II-3.4.2/src/libs/pcp/Makefile.am   2015-06-18 14:08:24.100554508 
+0200
+@@ -1,6 +1,7 @@
+ AM_CPPFLAGS = -D_GNU_SOURCE -DPOOL_PRIVATE -I @PGSQL_INCLUDE_DIR@
+ 
+ lib_LTLIBRARIES = libpcp.la
++libpcp_la_LIBADD = $(PGSQL_LIB_DIR)/libpgcommon.a 
+ libpcp_la_SOURCES = pcp.c \
+                   pcp_stream.c \
+                     pcp_error.c \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pgpool-II.git/commitdiff/b1e0eac29389726535a651a86410e8ab62d298d8

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to