Vivek Khera vivek
Wed Jul 13 21:52:43 PDT 2005
On Jul 3, 2005, at 10:18 AM, Vivek Khera wrote:

> if you don't have perl installed on a system, slony won't build:
>

Did I not post a patch for this?  here it is, quite trivial indeed.

--- tools/altperl/Makefile.dist Wed Jul  6 11:31:10 2005
+++ tools/altperl/Makefile      Wed Jul  6 11:31:45 2005
@@ -13,6 +13,8 @@
DISTFILES = Makefile ToDo README $(wildcard *.pl) $(wildcard *.pm)  
slon_tools.conf-sample
all:
+ifdef toolsbin
+
ifndef PERL
         @echo "The altperl tools require that Perl be installed."
         exit 1;
@@ -31,6 +33,7 @@
                         $$file > $$tmpname; \
                 chmod 755 $$tmpname; \
         done
+endif
install: all installdirs
ifndef toolsbin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2476 bytes
Desc: not available
Url : http://gborg.postgresql.org/pipermail/slony1-general/attachments/20050713/e94d0f26/smime.bin


More information about the Slony1-general mailing list