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;
|
||||
|
||||
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
Block a user