mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 03:23:20 +00:00
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 ];
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue