Skip to content

Commit 39aadc9

Browse files
committed
Fix some inconsistencies in MSVC scripts
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.horikyota.ntt@gmail.com
1 parent 170d11b commit 39aadc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/msvc/Solution.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ sub GetFakeConfigure
873873
$cfg .= ' --without-zlib' unless ($self->{options}->{zlib});
874874
$cfg .= ' --with-extra-version' if ($self->{options}->{extraver});
875875
$cfg .= ' --with-openssl' if ($self->{options}->{openssl});
876-
$cfg .= ' --with-ossp-uuid' if ($self->{options}->{uuid});
876+
$cfg .= ' --with-uuid' if ($self->{options}->{uuid});
877877
$cfg .= ' --with-libxml' if ($self->{options}->{xml});
878878
$cfg .= ' --with-libxslt' if ($self->{options}->{xslt});
879879
$cfg .= ' --with-gssapi' if ($self->{options}->{gss});

src/tools/msvc/config_default.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
nls => undef, # --enable-nls=<path>
1919
tap_tests => undef, # --enable-tap-tests
2020
tcl => undef, # --with-tcl=<path>
21-
perl => undef, # --with-perl
21+
perl => undef, # --with-perl=<path>
2222
python => undef, # --with-python=<path>
2323
openssl => undef, # --with-openssl=<path>
24-
uuid => undef, # --with-ossp-uuid
24+
uuid => undef, # --with-uuid=<path>
2525
xml => undef, # --with-libxml=<path>
2626
xslt => undef, # --with-libxslt=<path>
2727
iconv => undef, # (not in configure, path to iconv)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy