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
@@ -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"