opencv3: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 14:15:00 +00:00
parent 295602945e
commit 5be387da19
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardening_bindnow = false;
hardening_relro = false;
meta = {
description = "Open Computer Vision Library with more than 500 algorithms";
homepage = http://opencv.org/;