Re: clang prefix for centos7 - Mailing list pgsql-pkg-yum

From Christoph Berg
Subject Re: clang prefix for centos7
Date
Msg-id 20200424184902.GF203982@msg.df7cb.de
Whole thread Raw
In response to Re: clang prefix for centos7  (Justin Pryzby <pryzby@telsasoft.com>)
List 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 by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: clang prefix for centos7
Next
From: Jehan-Guillaume de Rorthais
Date:
Subject: Re: RPM for nagios-plugins-pgactivity requires postgresql12, isthis a bug?