libbladerf: disable fortify
hardening
This commit is contained in:
parent
2166d37c0f
commit
312d2897cd
@ -30,8 +30,10 @@ stdenv.mkDerivation rec {
|
|||||||
"-DBUILD_DOCUMENTATION=ON"
|
"-DBUILD_DOCUMENTATION=ON"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardeningDisable = [ "fortify" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.nuand.com/;
|
homepage = https://nuand.com/libbladeRF-doc;
|
||||||
description = "Supporting library of the BladeRF SDR opensource hardware";
|
description = "Supporting library of the BladeRF SDR opensource hardware";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [ funfunctor ];
|
maintainers = with maintainers; [ funfunctor ];
|
||||||
|
Loading…
Reference in New Issue
Block a user