Merge pull request #167751 from DeterminateSystems/civetweb

civetweb: enable IPv6

authored by

John Ericson and committed by
GitHub
ae0218bb 05fe9b54

+2 -1
+2 -1
pkgs/development/libraries/civetweb/default.nix
··· 30 30 ''; 31 31 32 32 cmakeFlags = [ 33 + "-DBUILD_SHARED_LIBS=ON" 33 34 "-DCIVETWEB_ENABLE_CXX=ON" 34 - "-DBUILD_SHARED_LIBS=ON" 35 + "-DCIVETWEB_ENABLE_IPV6=ON" 35 36 36 37 # The civetweb unit tests rely on downloading their fork of libcheck. 37 38 "-DCIVETWEB_BUILD_TESTING=OFF"