tesseract: turn off format hardening
This commit is contained in:
parent
4036e9ba8c
commit
ea1de67f35
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ autoconf automake libtool leptonica libpng libtiff ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
substituteInPlace "configure" \
|
||||
|
|
Loading…
Reference in a new issue