diff options
author | Mike Westerhof <mwester@dls.net> | 2009-09-07 18:34:12 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-09-07 18:35:40 -0500 |
commit | b7e05654818cc8139e241874b075c843ef23e614 (patch) | |
tree | 235c3961ab8efdba8e05e34e598f283844d2d6af /recipes/opkg/files | |
parent | 5fa71fccd6802409fa6a3fb168a3e39278d1a462 (diff) |
opkg_wget_nogpg: adjust vfork patchset to accomodate general opkg patching.
Diffstat (limited to 'recipes/opkg/files')
-rw-r--r-- | recipes/opkg/files/opkg_wget_nogpg_02_use_vfork_system.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes/opkg/files/opkg_wget_nogpg_02_use_vfork_system.patch b/recipes/opkg/files/opkg_wget_nogpg_02_use_vfork_system.patch index 5eb9517df8..6c108286e5 100644 --- a/recipes/opkg/files/opkg_wget_nogpg_02_use_vfork_system.patch +++ b/recipes/opkg/files/opkg_wget_nogpg_02_use_vfork_system.patch @@ -155,15 +155,6 @@ err = errno; perror (de->d_name); } -@@ -382,7 +384,7 @@ - perror (ctx->statedir); - - sprintf_alloc (&cmd, "rm -rf %s", ctx->statedir); -- err = system (cmd); -+ err = system (cmd); /* FIXME FIXME */ - free (cmd); - - free (ctx->statedir); --- orig/libopkg/opkg_download.c 2008-12-20 15:07:04.000000000 -0600 +++ opkg/libopkg/opkg_download.c 2008-12-21 21:44:30.000000000 -0600 @@ -129,16 +129,21 @@ |