netdata: fix openldap plugin
This commit is contained in:
parent
076e16989d
commit
56e6074c07
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, callPackage, fetchFromGitHub, autoreconfHook, pkgconfig
|
{ stdenv, callPackage, fetchFromGitHub, autoreconfHook, pkgconfig
|
||||||
, CoreFoundation, IOKit, libossp_uuid
|
, CoreFoundation, IOKit, libossp_uuid
|
||||||
, curl, libcap, libuuid, lm_sensors, zlib
|
, curl, libcap, libuuid, lm_sensors, zlib, fetchpatch
|
||||||
, withCups ? false, cups
|
, withCups ? false, cups
|
||||||
, withDBengine ? true, libuv, lz4, judy
|
, withDBengine ? true, libuv, lz4, judy
|
||||||
, withIpmi ? (!stdenv.isDarwin), freeipmi
|
, withIpmi ? (!stdenv.isDarwin), freeipmi
|
||||||
@ -36,6 +36,11 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./no-files-in-etc-and-var.patch
|
./no-files-in-etc-and-var.patch
|
||||||
|
# part of the next release
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/netdata/netdata/commit/5c992b7d92cf008ce91627efccf8644732db1f87.patch";
|
||||||
|
sha256 = "1nvbmhy5rir4kw77dhx1qr0l0wcspakr7z7ivva1ilz1aml8nbnm";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = optionalString withDebug "-O1 -ggdb -DNETDATA_INTERNAL_CHECKS=1";
|
NIX_CFLAGS_COMPILE = optionalString withDebug "-O1 -ggdb -DNETDATA_INTERNAL_CHECKS=1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user