lol

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 ''; 31 32 cmakeFlags = [ 33 "-DCIVETWEB_ENABLE_CXX=ON" 34 - "-DBUILD_SHARED_LIBS=ON" 35 36 # The civetweb unit tests rely on downloading their fork of libcheck. 37 "-DCIVETWEB_BUILD_TESTING=OFF"
··· 30 ''; 31 32 cmakeFlags = [ 33 + "-DBUILD_SHARED_LIBS=ON" 34 "-DCIVETWEB_ENABLE_CXX=ON" 35 + "-DCIVETWEB_ENABLE_IPV6=ON" 36 37 # The civetweb unit tests rely on downloading their fork of libcheck. 38 "-DCIVETWEB_BUILD_TESTING=OFF"