make errors
Denys Vlasenko
vda.linux at googlemail.com
Mon Dec 20 18:30:07 UTC 2010
On Mon, Dec 20, 2010 at 5:26 PM, David Henderson
<dhenderson at digital-pipe.com> wrote:
> If after applying all patches from
> http://busybox.net/downloads/fixes-1.18.0/
> it still doesn't build for you, let me know.
>
>
>
> I downloaded all the patches in that directory, but keep running into
> problems. I've tried placing the patch file outside and inside of the
> busybox-1.18.0 source directory and running "patch
> <busybox-1.18.0-*patch_name*" but keep getting an error saying that it can't
> find the file to patch and asks where the file is located.
This should work:
cd /path/to/busybox-1.18.0
cat /path/to/patches/*.patch | patch -p1
--
vda
More information about the busybox
mailing list