]> git.pld-linux.org Git - packages/pgpool-II.git/commitdiff
libpcp requires symbols which are currently available in static
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 19 Jun 2015 14:31:42 +0000 (16:31 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Fri, 19 Jun 2015 14:31:42 +0000 (16:31 +0200)
libpgcommon library, link it here

pgpool-II-libs.patch [new file with mode: 0644]

diff --git a/pgpool-II-libs.patch b/pgpool-II-libs.patch
new file mode 100644 (file)
index 0000000..198a2fc
--- /dev/null
@@ -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 \
This page took 0.136733 seconds and 4 git commands to generate.