Wed Oct 20 21:57:09 PDT 2004
- Previous message: [Slony1-commit] By wieck: Added upgrade readme Jan
- Next message: [Slony1-commit] By wieck: Bumped version number to 1.0.4.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix for FreeBSD 4.10 build as per patch from Vivek Khera
Tags:
----
REL_1_0_STABLE
Modified Files:
--------------
slony1-engine/src/slonik:
Makefile (r1.7.2.2 -> r1.7.2.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/Makefile,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -Lsrc/slonik/Makefile -Lsrc/slonik/Makefile -u -w -r1.7.2.2 -r1.7.2.3
--- src/slonik/Makefile
+++ src/slonik/Makefile
@@ -11,7 +11,8 @@
slony_top_builddir = ../..
include $(slony_top_builddir)/Makefile.global
-CFLAGS += -I$(slony_top_builddir) -I$(PGSOURCETREE)/src/interfaces/libpq -DPGSHARE="\"$(datadir)\""
+CC = $(PTHREAD_CC)
+CFLAGS += $(PTHREAD_CFLAGS) -I$(slony_top_builddir) -I$(PGSOURCETREE)/src/interfaces/libpq -DPGSHARE="\"$(datadir)\""
override LDFLAGS += $(rpath) -L$(PGSOURCETREE)/src/interfaces/libpq -lpq
ifeq ($(PORTNAME), aix)
CFLAGS += -D_LARGE_FILES
- Previous message: [Slony1-commit] By wieck: Added upgrade readme Jan
- Next message: [Slony1-commit] By wieck: Bumped version number to 1.0.4.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list