I had built Slony 2.2.1 with pgport and the following patch had worked fine.

--
diff --git a/src/slonik/Makefile b/src/slonik/Makefile
index 9929882..54c8792 100644
--- a/src/slonik/Makefile
+++ b/src/slonik/Makefile
@@ -10,8 +10,11 @@ slony_subdir = src/slonik
 slony_top_builddir = ../..
 SLFILEDESC="Slony command interpreter"
 include $(slony_top_builddir)/Makefile.global
+ifeq ($(HAVE_PGPORT),1)
+CPPFLAGS:=$(CPPFLAGS_SERVER) $(CPPFLAGS_CLIENT)
+else
 CPPFLAGS:=$(CPPFLAGS_CLIENT)
-
+endif
 ifeq ($(PORTNAME), aix)
   CFLAGS += -D_LARGE_FILES
 endif
--
1.7.10.4
---------------


On Thu, Feb 13, 2014 at 3:07 AM, Efraín Déctor <[email protected]>wrote:

> El 12/02/2014 03:10 p.m., Steve Singer escribió:
> >
> > Does ./configure --with-pgconfigdir= /your_pgconfig_dir_directory
> >
> > make things better?
> >
>
> Hello.
>
> I just tried it and it didn't help.
>
> Thank you veru much.
> _______________________________________________
> Slony1-general mailing list
> [email protected]
> http://lists.slony.info/mailman/listinfo/slony1-general
>



-- 
Sandeep Thakkar



Phone: +91.20.30589505

Website: www.enterprisedb.com
EnterpriseDB Blog: http://blogs.enterprisedb.com/
Follow us on Twitter: http://www.twitter.com/enterprisedb
_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to