CVS User Account cvsuser
Tue Aug 30 19:28:44 PDT 2005
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)


More information about the Slony1-commit mailing list