Re: clang prefix for centos7

From: Christoph Berg <myon(at)debian(dot)org>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: clang prefix for centos7
Date: 2020-04-24 18:49:02
Message-ID: 20200424184902.GF203982@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Re: Justin Pryzby 2020-04-24 <20200424181956(dot)GQ28974(at)telsasoft(dot)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

In response to

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Jehan-Guillaume de Rorthais 2020-04-24 22:52:01 Re: RPM for nagios-plugins-pgactivity requires postgresql12, is this a bug?
Previous Message Justin Pryzby 2020-04-24 18:19:56 Re: clang prefix for centos7