mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
civetweb: enable IPv6
It's disabled by default... This is necessary for prometheus-cpp to use IPv6 addresses (e.g. `[::]:9999`).
This commit is contained in:
parent
cade4603c3
commit
0d5da6a3ad
@ -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 New Issue
Block a user