CVS User Account cvsuser
Mon Dec 4 09:35:48 PST 2006
Log Message:
-----------
Patch from Hiroshi:
I have been receiving the problem of the registration by a certain 
user besides this. It is very special environmental.  However, I am 
continuously investigating the essence of the problem with the user.
Then,  it seems to generate the memory fault by the service 
registration of the event message and slon.:-(

Tags:
----
REL_1_2_STABLE

Modified Files:
--------------
    slony1-engine/makefiles:
        Makefile.win32 (r1.7 -> r1.7.2.1)
    slony1-engine/src/slevent:
        Makefile (r1.3 -> r1.3.2.1)

-------------- next part --------------
Index: Makefile.win32
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.win32,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -Lmakefiles/Makefile.win32 -Lmakefiles/Makefile.win32 -u -w -r1.7 -r1.7.2.1
--- makefiles/Makefile.win32
+++ makefiles/Makefile.win32
@@ -24,10 +24,10 @@
 # Make sure all: is the default target
 all:
 
-ifeq ($(SO_NAME),)
-PGFTYPE=VFT_APP
-else
+ifeq ($(SLFILESHLIB),1)
 PGFTYPE=VFT_DLL
+else
+PGFTYPE=VFT_APP
 endif
 
 WIN32RES = win32ver.o
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slevent/Makefile,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -Lsrc/slevent/Makefile -Lsrc/slevent/Makefile -u -w -r1.3 -r1.3.2.1
--- src/slevent/Makefile
+++ src/slevent/Makefile
@@ -9,6 +9,7 @@
 slony_subdir = src/slevent
 slony_top_builddir = ../..
 SLFILEDESC="Slony-I Eventlog Message Library"
+SLFILESHLIB=1
 include $(slony_top_builddir)/Makefile.global
 
 OBJS=slevent.o slmsgevent.o



More information about the Slony1-commit mailing list