mxt-app: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-02-24 22:00:30 +00:00
parent 8edbf1cb03
commit f4405557c7

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation rec{
buildInputs = [ autoconf automake libtool ];
preConfigure = "./autogen.sh";
hardening_fortify = false;
meta = with stdenv.lib; {
description = "Command line utility for Atmel maXTouch devices";
homepage = http://github.com/atmel-maxtouch/mxt-app;