nextcloud-client: enable fortify hardening

This commit is contained in:
Sandro Jäckel 2023-09-26 21:46:47 +02:00 committed by Bjørn Forsman
parent bbf12a9169
commit 18e14d7534

View file

@ -86,9 +86,6 @@ mkDerivation rec {
"-DNO_SHIBBOLETH=1" # allows to compile without qtwebkit
];
# causes redefinition of _FORTIFY_SOURCE
hardeningDisable = [ "fortify3" ];
postBuild = ''
make doc-man
'';