libbladerf: disable fortify hardening

This commit is contained in:
Luke Adams 2018-06-03 21:30:27 -05:00
parent 2166d37c0f
commit 312d2897cd

@ -30,8 +30,10 @@ stdenv.mkDerivation rec {
"-DBUILD_DOCUMENTATION=ON"
];
hardeningDisable = [ "fortify" ];
meta = with stdenv.lib; {
homepage = https://www.nuand.com/;
homepage = https://nuand.com/libbladeRF-doc;
description = "Supporting library of the BladeRF SDR opensource hardware";
license = licenses.lgpl21;
maintainers = with maintainers; [ funfunctor ];