libmemcached: -fpermissive to fixup build with gcc7
This commit is contained in:
parent
7d19d7ee18
commit
eea55393ab
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libevent ];
|
||||
propagatedBuildInputs = [ cyrus_sasl ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-fpermissive"/*gcc7*/ ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libmemcached.org;
|
||||
description = "Open source C/C++ client library and tools for the memcached server";
|
||||
|
Loading…
Reference in New Issue
Block a user