openocd: fix build with gcc 11
Werror should not be used when packaging
This commit is contained in:
committed by
Bjørn Forsman
parent
0aebc59818
commit
fc2b144cf3
@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--disable-werror"
|
||||
"--enable-jtag_vpi"
|
||||
"--enable-usb_blaster_libftdi"
|
||||
(lib.enableFeature (! stdenv.isDarwin) "amtjtagaccel")
|
||||
|
||||
Reference in New Issue
Block a user