In configure scripts, --with-ossp-uuid is obsolete is replaced by
--with-uuid, and it needs to specify a path to its library builds when
building with the MSVC scripts. --with-perl needs also to specify a
path.
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/
20190712.121529.
194600624[email protected]
$cfg .= ' --without-zlib' unless ($self->{options}->{zlib});
$cfg .= ' --with-extra-version' if ($self->{options}->{extraver});
$cfg .= ' --with-openssl' if ($self->{options}->{openssl});
- $cfg .= ' --with-ossp-uuid' if ($self->{options}->{uuid});
+ $cfg .= ' --with-uuid' if ($self->{options}->{uuid});
$cfg .= ' --with-libxml' if ($self->{options}->{xml});
$cfg .= ' --with-libxslt' if ($self->{options}->{xslt});
$cfg .= ' --with-gssapi' if ($self->{options}->{gss});
nls => undef, # --enable-nls=
tap_tests => undef, # --enable-tap-tests
tcl => undef, # --with-tcl=
- perl => undef, # --with-perl
+ perl => undef, # --with-perl
=
python => undef, # --with-python=
openssl => undef, # --with-openssl=
- uuid => undef, # --with-ossp-uuid
+ uuid => undef, # --with-
uuid=
xml => undef, # --with-libxml=
xslt => undef, # --with-libxslt=
iconv => undef, # (not in configure, path to iconv)