opencv: turn off bindnow and relro hardening

This commit is contained in:
Robin Gloster 2016-02-07 19:18:57 +00:00
parent e308f67e2a
commit 0b93c68eb1

View file

@ -20,6 +20,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/;