Chris Browne cbbrowne at lists.slony.info
Thu Feb 14 14:36:00 PST 2008
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv19489

Modified Files:
	Makefile 
Log Message:
Per Bug #36, -lpgport is only germaine to win/win32 platforms


Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Makefile	8 Jan 2008 20:43:24 -0000	1.26
--- Makefile	14 Feb 2008 22:35:58 -0000	1.27
***************
*** 18,22 ****
  
  CFLAGS += -I$(slony_top_builddir) -DPGSHARE="\"$(pgsharedir)\"" 
- LDFLAGS += -lpgport
  
  PROG		= slonik
--- 18,21 ----
***************
*** 24,30 ****
--- 23,31 ----
  ifeq ($(PORTNAME), win)
  PROG            = slonik.exe
+ LDFLAGS += -lpgport
  endif
  ifeq ($(PORTNAME), win32)
  PROG            = slonik.exe
+ LDFLAGS += -lpgport
  endif
  



More information about the Slony1-commit mailing list