zbar: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-02-24 15:17:41 +00:00
parent 4bf29b83f8
commit 4447e42f02

@ -15,7 +15,9 @@ stdenv.mkDerivation rec {
[ imagemagickBig pkgconfig python pygtk perl libX11
libv4l qt4 lzma gtk2 ];
configureFlags = ["--disable-video"];
configureFlags = [ "--disable-video" ];
hardening_fortify = false;
meta = with stdenv.lib; {
description = "Bar code reader";