Merge pull request #108850 from andir/pcsc-cyberjack
pcsc-cyberjack: fix compilation with gcc10
This commit is contained in:
commit
a5969bcd23
@ -23,6 +23,8 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=narrowing";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-usbdropdir=${placeholder "out"}/pcsc/drivers"
|
"--with-usbdropdir=${placeholder "out"}/pcsc/drivers"
|
||||||
"--bindir=${placeholder "tools"}/bin"
|
"--bindir=${placeholder "tools"}/bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user