Tue Aug 30 19:28:44 PDT 2005
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix build problem on osx as reported by dcramer on IRC
Tags:
----
REL_1_1_STABLE
Modified Files:
--------------
slony1-engine/makefiles:
Makefile.darwin (r1.4 -> r1.4.2.1)
-------------- next part --------------
Index: Makefile.darwin
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.darwin,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -Lmakefiles/Makefile.darwin -Lmakefiles/Makefile.darwin -u -w -r1.4 -r1.4.2.1
--- makefiles/Makefile.darwin
+++ makefiles/Makefile.darwin
@@ -3,7 +3,7 @@
DLSUFFIX = .so
CFLAGS_SL =
-BE_DLLLIBS= -bundle_loader $(pgbindir)postgres
+BE_DLLLIBS= -bundle_loader $(pgbindir)/postgres
# Rule for building shared libs (currently used only for regression test
# shlib ... should go away, since this is not really enough knowledge)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list