Re: python installation patch.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: python installation patch.
Дата
Msg-id 200107121826.f6CIQrZ21180@candle.pha.pa.us
обсуждение исходный текст
Ответ на python installation patch.  (Anand <anand@blandings.com>)
Список 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@blandings.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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] [PATCH] Re: Setuid functions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] [PATCH] Re: Setuid functions