From: John Naylor Date: Thu, 10 Aug 2023 11:37:46 +0000 (+0700) Subject: Update Solution.pm for new LoongArch CRC symbol X-Git-Tag: REL_17_BETA1~2036 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f25b18500a8405e6b800fb81b1dea2b875867143;p=thirdparty%2Fpostgresql.git Update Solution.pm for new LoongArch CRC symbol Oversight in 4d14ccd6a, per report from Amit Kapila and Michael Paquier. Discussion: https://postgr.es/m/CAA4eK1LsV3KuyUt8tzZDjPcUds1XfVVeW3Wpeju_59DtRV0%3DxQ%40mail.gmail.com --- diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 1cbc857e352..c98a1e9f9aa 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -432,6 +432,7 @@ sub GenerateFiles USE_LZ4 => undef, USE_LDAP => $self->{options}->{ldap} ? 1 : undef, USE_LLVM => undef, + USE_LOONGARCH_CRC32C => undef, USE_NAMED_POSIX_SEMAPHORES => undef, USE_OPENSSL => undef, USE_PAM => undef,