mxt-app: disable fortify hardening

+2
+2
pkgs/misc/mxt-app/default.nix
··· 14 14 buildInputs = [ autoconf automake libtool ]; 15 15 preConfigure = "./autogen.sh"; 16 16 17 + hardening_fortify = false; 18 + 17 19 meta = with stdenv.lib; { 18 20 description = "Command line utility for Atmel maXTouch devices"; 19 21 homepage = http://github.com/atmel-maxtouch/mxt-app;