Page MenuHomePhabricator

build: target Windows 7 when building libevent and fix ipv6 usage
ClosedPublic

Authored by Fabien on Oct 2 2020, 13:41.

Details

Summary

Fix for ipv6 on Windows.

Backport of core PR19375.

Depends on D7742.

Test Plan
make build-win64

cmake -GNinja .. \
  -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win64.cmake \
  -DBUILD_BITCOIN_SEEDER=OFF
ninja

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Oct 2 2020, 13:41

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Oct 2 2020, 14:20