opencv3: turn off format hardening
This commit is contained in:
parent
295602945e
commit
5be387da19
@ -49,6 +49,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