Re: configure can't detect proper pthread flags

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Max Filippov <jcmvbkbc(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Peter Seiderer <ps(dot)report(at)gmx(dot)net>
Subject: Re: configure can't detect proper pthread flags
Date: 2015-03-20 13:06:52
Message-ID: 20150320130652.GB30141@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2015-03-20 03:14:48 +0300, Max Filippov wrote:
> and the toolchain emits the following warning at linking step:
>
> libcrypto.so: warning: gethostbyname is obsolescent, use
> getnameinfo() instead.

FWIW, I think emitting such errors at link time is utterly pointless and
rather annoying. I can see a point of emitting them them when compiling
code that uses deprecated functions. But we quite obviously can't do
much about openssl using gethostbyname.

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2015-03-20 13:16:06 Re: assessing parallel-safety
Previous Message Bruce Momjian 2015-03-20 12:48:29 Re: [BUGS] BUG #11805: Missing SetServiceStatus call during service shutdown in pg_ctl (Windows only)