nextcloud-client: enable fortify hardening

This commit is contained in:
Sandro Jäckel
2023-09-27 08:28:49 +02:00
committed by Bjørn Forsman
parent bbf12a9169
commit 18e14d7534
@@ -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
'';