opencv3: turn off format hardening
This commit is contained in:
@@ -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/;
|
||||
|
||||
Reference in New Issue
Block a user