windows config.pl question - Mailing list pgsql-interfaces

From Dmitry Markman
Subject windows config.pl question
Date
Msg-id 53167793-3E42-4089-BA8B-055A6D088AC5@mac.com
Whole thread Raw
List pgsql-interfaces
Hi

I’d like to add icu/openssl support to my postgresql build on windows

documentation says that I have to modify config.pl file, however it's not clear what exactly I have to do

config-default.pl for example has the following line

    icu       => undef,    # --with-icu=<path>

so, if I want to add icu support what exactly should I do?

should I replace undef with path?


    icu       => <path_to_icu_install_area>,

is it correct?

if it’s correct does build support UNC paths?

thanks in advance

Dimitry Markman






pgsql-interfaces by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: DBD::Pg version 3.14.0 released
Next
From: Dmitry Markman
Date:
Subject: windows config.pl question