Merge pull request #167751 from DeterminateSystems/civetweb

civetweb: enable IPv6
This commit is contained in:
John Ericson 2022-04-07 14:54:56 -04:00 committed by GitHub
commit ae0218bb3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,9 @@ stdenv.mkDerivation rec {
'';
cmakeFlags = [
"-DCIVETWEB_ENABLE_CXX=ON"
"-DBUILD_SHARED_LIBS=ON"
"-DCIVETWEB_ENABLE_CXX=ON"
"-DCIVETWEB_ENABLE_IPV6=ON"
# The civetweb unit tests rely on downloading their fork of libcheck.
"-DCIVETWEB_BUILD_TESTING=OFF"