zsnes seems to work better, without stripping.

I can't understand why. Without disabling stripping, it segfaults
saving state.
This commit is contained in:
Lluís Batlle i Rossell 2014-01-03 00:54:13 +01:00
parent ddda0dfc60
commit ab7069eec4
1 changed files with 4 additions and 2 deletions

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation {
preConfigure = '' preConfigure = ''
cd src cd src
sed -i "/^STRIP/d" configure
# Fix for undefined strncasecmp() # Fix for undefined strncasecmp()
echo '#include <strings.h>' > tmp.cpp echo '#include <strings.h>' > tmp.cpp
cat tmp.cpp tools/strutil.h > tools/strutil.h.new cat tmp.cpp tools/strutil.h > tools/strutil.h.new