Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39aadc9

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 whenbuilding with the MSVC scripts. --with-perl needs also to specify apath.Author: Kyotaro HoriguchiDiscussion:https://postgr.es/m/20190712.121529.194600624.horikyota.ntt@gmail.com
1 parent170d11b commit39aadc9

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)

[8]ページ先頭

©2009-2025 Movatter.jp