View | Details | Raw Unified | Return to bug 186048
Collapse All | Expand All

(-)slony1/files/patch-slonik-Makefile.patch (+11 lines)
Line 0 Link Here
1
--- src/slonik/Makefile.orig	2014-01-23 14:14:12.352062131 -0500
2
+++ src/slonik/Makefile	2014-01-23 14:14:12.352750379 -0500
3
@@ -18,7 +18,7 @@
4
 
5
 CFLAGS += -I$(slony_top_builddir) -DPGSHARE="\"$(pgsharedir)\"" -DPG_VERSION_MAJOR=$(PG_VERSION_MAJOR)
6
 ifneq ($(PG_VERSION_MAJOR), 7)
7
-LDFLAGS += -lpgport
8
+LDFLAGS += `$(pgbindir)/pg_config --libs`
9
 endif
10
 
11
 PROG		= slonik

Return to bug 186048