memcached: fix build w/glibc-2.32
This commit is contained in:
@@ -17,7 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
hardeningEnable = [ "pie" ];
|
hardeningEnable = [ "pie" ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-Wno-error";
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ]
|
||||||
|
++ stdenv.lib.optional stdenv.isDarwin "-Wno-error";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A distributed memory object caching system";
|
description = "A distributed memory object caching system";
|
||||||
|
|||||||
Reference in New Issue
Block a user