opencv3: turn off format hardening
This commit is contained in:
parent
295602945e
commit
5be387da19
|
@ -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/;
|
||||
|
|
Loading…
Reference in New Issue