| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | anand(at)blandings(dot)com |
| Cc: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: python installation patch. |
| Date: | 2001-07-12 18:26:53 |
| Message-ID: | 200107121826.f6CIQrZ21180@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
We have overhauled the python build code. You can try CVS copy or wait
for 7.2.
> Hi, I came across a problem while building postgresql 7.1.2 for my
> environment where the default python in my path is not the python to be
> used to deduce the installation directory. While the GNUmakefile works
> correctly, the generated makefile seemed to have problems. I found that
> this patch helps to fix the problem. The patch below is against the latest
> version in cvs.
>
> Thanks
> Anand
> --
> Anand Ranganathan anand(at)blandings(dot)com
>
> ----------------------------------------------------------------------
> --- src/interfaces/python/GNUmakefile.orig Wed Jun 27 12:53:48 2001
> +++ src/interfaces/python/GNUmakefile Wed Jun 27 12:55:06 2001
> @@ -20,7 +20,7 @@
> $(MAKE) -C $(libpq_builddir) all
>
> Makefile: Setup.in Makefile.pre.in
> - $(MAKE) -f Makefile.pre.in boot srcdir=$(srcdir) VPATH=$(srcdir)
> + $(MAKE) -f Makefile.pre.in boot srcdir=$(srcdir) VPATH=$(srcdir) PYTHON=$(PYTHON)
>
> Makefile.pre.in: $(python_makefile_pre_in)
> cp $< $@
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mark Volpe | 2001-07-12 18:41:01 | Re: [HACKERS] [PATCH] Re: Setuid functions |
| Previous Message | Bruce Momjian | 2001-07-12 17:44:49 | Re: [PATCHES] Re: [PATCH] Re: Setuid functions |