Re: clang prefix for centos7

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: clang prefix for centos7
Дата
Msg-id 20200424184902.GF203982@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: clang prefix for centos7  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-pkg-yum
Re: Justin Pryzby 2020-04-24 <20200424181956.GQ28974@telsasoft.com>
> > If you don't need JIT support for the extension, you could try
> > 
> >    with_llvm=no make -e

make with_llvm=no

should do the same without extra -switches.

> sudo sh -xec 'export with_llvm=no PATH=$PATH:/usr/local/bin:/usr/pgsql-12/bin; pgxnclient install cstore_fdw'

... that won't fix that use case, but that can be simplified as well:

sudo with_llvm=no PATH=$PATH:/usr/local/bin:/usr/pgsql-12/bin pgxnclient install cstore_fdw

Christoph



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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: clang prefix for centos7
Следующее
От: Jehan-Guillaume de Rorthais
Дата:
Сообщение: Re: RPM for nagios-plugins-pgactivity requires postgresql12, isthis a bug?