Re: forward vs backward slashes in msvc build code - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: forward vs backward slashes in msvc build code
Date
Msg-id CAB7nPqTBP7zs4pkQC1Q_ocFiYUH5FynhnCJBUC3fuVSgGX23og@mail.gmail.com
Whole thread Raw
In response to Re: forward vs backward slashes in msvc build code  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: forward vs backward slashes in msvc build code  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Fri, Mar 13, 2015 at 6:20 AM, Alvaro Herrera wrote:
> Peter Eisentraut wrote:
>> This is contrib/chkpass not finding the crypt symbol, which is
>> presumably in some library.  But I can't see how it would normally find
>> it, without my patch.
>
> It seems crypt is provided by libpgport.  So chkpass should be mentioned
> in @contrib_uselibpgport, but isn't.  Maybe the fix is just to add it
> there?

I had a closer look at this patch, and yes indeed, the problem was
exactly that. Now honestly I cannot understand why this dependency
with libpgport was not necessary before... In any case, attached is a
patch rebased on HEAD that builds correctly with MSVC.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Reduce pinning in btree indexes
Next
From: Simon Riggs
Date:
Subject: Re: Reduce pinning in btree indexes