opencv: turn off bindnow and relro hardening
This commit is contained in:
parent
e308f67e2a
commit
0b93c68eb1
@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
hardening_bindnow = false;
|
||||||
|
hardening_relro = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Open Computer Vision Library with more than 500 algorithms";
|
description = "Open Computer Vision Library with more than 500 algorithms";
|
||||||
homepage = http://opencv.org/;
|
homepage = http://opencv.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user