Hi,

I wonder why pg_standby requires libpq.so.5. We should get rid of
PG_LIB settings from contrib/pg_standby/Makefile? Here is the patch
to do so.

Am I missing something?

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Index: contrib/pg_standby/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql/contrib/pg_standby/Makefile,v
retrieving revision 1.4
diff -c -r1.4 Makefile
*** contrib/pg_standby/Makefile	10 Nov 2007 23:59:51 -0000	1.4
--- contrib/pg_standby/Makefile	25 Jun 2009 04:39:38 -0000
***************
*** 4,10 ****
  OBJS	= pg_standby.o
  
  PG_CPPFLAGS = -I$(libpq_srcdir)
- PG_LIBS = $(libpq_pgport)
  
  ifdef USE_PGXS
  PG_CONFIG = pg_config
--- 4,9 ----
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to