mxt-app: disable fortify hardening
This commit is contained in:
parent
8edbf1cb03
commit
f4405557c7
@ -14,6 +14,8 @@ stdenv.mkDerivation rec{
|
|||||||
buildInputs = [ autoconf automake libtool ];
|
buildInputs = [ autoconf automake libtool ];
|
||||||
preConfigure = "./autogen.sh";
|
preConfigure = "./autogen.sh";
|
||||||
|
|
||||||
|
hardening_fortify = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Command line utility for Atmel maXTouch devices";
|
description = "Command line utility for Atmel maXTouch devices";
|
||||||
homepage = http://github.com/atmel-maxtouch/mxt-app;
|
homepage = http://github.com/atmel-maxtouch/mxt-app;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user