tesseract: turn off format hardening
This commit is contained in:
parent
4036e9ba8c
commit
ea1de67f35
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ autoconf automake libtool leptonica libpng libtiff ];
|
buildInputs = [ autoconf automake libtool leptonica libpng libtiff ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
substituteInPlace "configure" \
|
substituteInPlace "configure" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user