The source project of this merge request has been removed.
Allow usage when fork() is not available
When fork() is not available, we need to define NO_ZPIPE so that libXpm doesn't try to fork/exec to use a pipe to uncompress compressed .xpm files. There is obviously a loss of functionality, but loading uncompressed .xpm files should continue to work.
Signed-off-by: Thomas Petazzoni thomas.petazzoni@free-electrons.com
[Retrieved from: https://git.buildroot.net/buildroot/tree/package/x11r7/xlib_libXpm/0001-fork-check.patch]
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com