Merge pull request #244168 from SamLukeYes/pacman
pacman: disable fortify3
This commit is contained in:
@@ -106,6 +106,8 @@ stdenv.mkDerivation rec {
|
||||
"--localstatedir=/var"
|
||||
];
|
||||
|
||||
hardeningDisable = [ "fortify3" ];
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --bash scripts/pacman --zsh scripts/_pacman
|
||||
wrapProgram $out/bin/makepkg \
|
||||
|
||||
Reference in New Issue
Block a user