Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k0urP-00016M-UR for pgsql-interfaces@arkaria.postgresql.org; Wed, 29 Jul 2020 22:47:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1k0uqt-0004dc-70 for pgsql-interfaces@arkaria.postgresql.org; Wed, 29 Jul 2020 22:47:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k0uqt-0004dU-0u for pgsql-interfaces@lists.postgresql.org; Wed, 29 Jul 2020 22:47:11 +0000 Received: from st43p00im-zteg10071901.me.com ([17.58.63.169]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k0uqq-00048f-Uo for pgsql-interfaces@lists.postgresql.org; Wed, 29 Jul 2020 22:47:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=1a1hai; t=1596062826; bh=zWCiWwcCsskBXvTmrGaVz0kS3Iyu4/sCHs5l50TXh/c=; h=Subject:Mime-Version:Content-Type:From:Date:Message-Id:To; b=km7AFHMRFtFCELMBFjzxAogeaHWj+gy9E0xI0hsZrO93hTYY+MRnve4Yh0LWieo6i 5hICG3//P4l8D9Ay2t/DILEdba3HWGIzoYUyJf8u3wfliWY2QKE1uzouH4j1BaNPHM cpfuhwkUZIPo28LRLEn/Om2PEqGKjyOhtflbf+5DgiYKZDRZ2grPpNzwaWCwRa/oc6 sHDxa+tBNbJ8879DS/4ddYMdIa9Q//Jvs8LEBURJjV5Ovnpx8vnpxwIYc7LVvmipeA grULNuJMkXC3RXVJU48dJSaUHes/P9BB9Uh33ya9DDCt1vydHJt6NwhLkk7GUiReNq ZizfDDqL3MLOQ== Received: from dimamacbookpro.dhcp.mathworks.com (unknown [144.212.128.4]) by st43p00im-zteg10071901.me.com (Postfix) with ESMTPSA id 5B03AD81387 for ; Wed, 29 Jul 2020 22:47:06 +0000 (UTC) Subject: windows config.pl question Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) Content-Type: text/html; charset=utf-8 X-Apple-Base-Url: x-msg://11/ X-Apple-Mail-Remote-Attachments: YES From: Dmitry Markman X-Apple-Auto-Saved: 1 X-Apple-Windows-Friendly: 1 Date: Wed, 29 Jul 2020 18:42:12 -0400 X-Apple-Mail-Signature: SKIP_SIGNATURE Content-Transfer-Encoding: quoted-printable Message-Id: <4CB91B34-543D-4A80-8C25-4D67742F0987@mac.com> X-Uniform-Type-Identifier: com.apple.mail-draft To: pgsql-interfaces@lists.postgresql.org X-Mailer: Apple Mail (2.3608.120.23.2.1) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-07-29_17:2020-07-29,2020-07-29 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=3 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 mlxscore=0 mlxlogscore=273 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2004280000 definitions=main-2007290153 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk
Hi

I=E2=80=99d 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       =3D> undef, =    # --with-icu=3D<path>

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

should I replace undef = with path?


icu =       =3D> = <path_to_icu_install_area>,

is it correct?

if it=E2=80= =99s correct does build support UNC paths?

thanks in = advance

Dimitry Markman



=