libgeotiff: turn off format hardening
This commit is contained in:
parent
2b1f9509a1
commit
4b82ba013d
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ libtiff ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
meta = {
|
||||
description = "Library implementing attempt to create a tiff based interchange format for georeferenced raster imagery";
|
||||
homepage = http://www.remotesensing.org/geotiff/geotiff.html;
|
||||
|
Loading…
Reference in New Issue
Block a user