readsb: disable Nixpkgs fortify_source since upstream does that itself

This commit is contained in:
Luke Granger-Brown 2023-07-19 02:54:30 +00:00
parent 9c6ee729d6
commit 1d99648436

View file

@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
];
hardeningDisable = [ "fortify" ]; # the application does this anyway
makeFlags = "RTLSDR=yes AIRCRAFT_HASH_BITS=15 HISTORY=yes BLADERF=yes PLUTOSDR=yes AGGRESSIVE=yes HAVE_BIASTEE=yes";
enableParallelBuilding = true;