gdal: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 01:35:53 +00:00
parent 7517563efb
commit 8e2adea08a
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ composableDerivation.composableDerivation {} (fixed: rec {
buildInputs = [ unzip libjpeg libtiff libpng proj openssl ]
++ (with pythonPackages; [ python numpy wrapPython ]);
hardening_format = false;
patches = [
# This ensures that the python package is installed into gdal's prefix,
# rather than trying to install into python's prefix.