cjdns: fix build with gcc9
This commit is contained in:
parent
c72bd90940
commit
f8d610c1d9
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||||||
# for flock
|
# for flock
|
||||||
stdenv.lib.optional stdenv.isLinux utillinux;
|
stdenv.lib.optional stdenv.isLinux utillinux;
|
||||||
|
|
||||||
CFLAGS = "-O2";
|
CFLAGS = "-O2 -Wno-error=stringop-truncation";
|
||||||
buildPhase =
|
buildPhase =
|
||||||
stdenv.lib.optionalString stdenv.isAarch32 "Seccomp_NO=1 "
|
stdenv.lib.optionalString stdenv.isAarch32 "Seccomp_NO=1 "
|
||||||
+ "bash do";
|
+ "bash do";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user