mupen64plus: turn off format hardening
This commit is contained in:
parent
136562adab
commit
64e6f69b70
@ -9,6 +9,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ which pkgconfig SDL gtk mesa SDL_ttf ];
|
buildInputs = [ which pkgconfig SDL gtk mesa SDL_ttf ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# Some C++ incompatibility fixes
|
# Some C++ incompatibility fixes
|
||||||
sed -i -e 's|char \* extstr = strstr|const char * extstr = strstr|' glide64/Main.cpp
|
sed -i -e 's|char \* extstr = strstr|const char * extstr = strstr|' glide64/Main.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user