mympd: Reenable strictoverflow hardening flag

This commit is contained in:
Doron Behar 2023-08-20 23:37:10 +03:00
parent 12fe23d257
commit 5691969ebd

View File

@ -51,8 +51,6 @@ stdenv.mkDerivation rec {
"-DCMAKE_INSTALL_LOCALSTATEDIR=/var/lib/mympd"
];
hardeningDisable = [
# See https://github.com/jcorporation/myMPD/issues/315
"strictoverflow"
# causes redefinition of _FORTIFY_SOURCE
"fortify3"
];