mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:57:36 +00:00
fondu: disable fortify hardening
This commit is contained in:
parent
a748f315db
commit
a2ce15318b
@ -3,12 +3,16 @@
|
||||
stdenv.mkDerivation rec {
|
||||
version = "060102";
|
||||
name = "fondu-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://fondu.sourceforge.net/fondu_src-${version}.tgz";
|
||||
sha256 = "152prqad9jszjmm4wwqrq83zk13ypsz09n02nrk1gg0fcxfm7fr2";
|
||||
};
|
||||
|
||||
makeFlags = "DESTDIR=$(out)";
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user