-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mednaffe: 0.8 -> 0.8.6, drop autoreconfHook, drop g_strdup() from patch #29855
Conversation
cc @sheenobu |
e2e358e
to
6e4c9b6
Compare
@yegortimoshenko But g_strdup() function was required because binpath is freed at shutdown and it can not be a literal but a allocated string (see #15688). Also, out of curiosity, why autoreconfHook? It does not seem necessary for release versions. |
@AmatCoder Sorry for a subpar patch. I can't reproduce this segfault with mednaffe, but can trigger it with this synthetic test:
Actually it makes sense to drop the NixOS is a source-based distribution, so it makes sense to build everything from source, including build systems. |
Motivation for this change
Hasn't been updated in a while, and
g_strdup()
in patch is not required.Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)