nextcloud-client: disable fortify3 hardening flag
This commit is contained in:
parent
e37dc85606
commit
62a35867c5
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ mkDerivation rec {
|
|||
"-DNO_SHIBBOLETH=1" # allows to compile without qtwebkit
|
||||
];
|
||||
|
||||
# causes redefinition of _FORTIFY_SOURCE
|
||||
hardeningDisable = [ "fortify3" ];
|
||||
|
||||
postBuild = ''
|
||||
make doc-man
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue