[patch] Avoid building open_transformer
Paul Brook
paul at codesourcery.com
Tue Dec 26 11:14:59 PST 2006
The code in archival/libunarchive/open_transformer.c uses fork() to spawn a
subprocess. This doesn't work (or even build!) on targets that don't have
fork, eg. uclinux.
The attached patch tweaks the build system to only build this file when it is
needed.
Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: text/x-diff
Size: 2247 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20061226/8284b23a/attachment.bin
More information about the busybox
mailing list