Merge pull request #167751 from DeterminateSystems/civetweb
civetweb: enable IPv6
This commit is contained in:
commit
ae0218bb3d
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue