mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
mini-httpd: Boost 1.59 compat
This commit is contained in:
parent
ec3ffeb199
commit
b68e45dfa7
@ -12,6 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
# Fixes compat with boost 1.59
|
||||||
|
# Please attempt removing when updating
|
||||||
|
CPPFLAGS = "-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://mini-httpd.nongnu.org/";
|
homepage = "http://mini-httpd.nongnu.org/";
|
||||||
description = "a minimalistic high-performance web server";
|
description = "a minimalistic high-performance web server";
|
||||||
|
Loading…
Reference in New Issue
Block a user