mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
mupen64plus: turn off format hardening
This commit is contained in:
parent
136562adab
commit
64e6f69b70
1 changed files with 6 additions and 4 deletions
|
@ -9,6 +9,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ which pkgconfig SDL gtk mesa SDL_ttf ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
preConfigure = ''
|
||||
# Some C++ incompatibility fixes
|
||||
sed -i -e 's|char \* extstr = strstr|const char * extstr = strstr|' glide64/Main.cpp
|
||||
|
|
Loading…
Reference in a new issue