diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-19 17:03:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-19 17:03:27 +0000 |
commit | 240ff3e5804dd796d2708c76ed0612250af6cb44 (patch) | |
tree | 1a84294ca6d317ae327def3e6e85808b07b31e50 /openwrt/package/busybox | |
parent | 322765354647d7ee41f058b2f60abefc478f325b (diff) | |
download | mtk-20170518-240ff3e5804dd796d2708c76ed0612250af6cb44.zip mtk-20170518-240ff3e5804dd796d2708c76ed0612250af6cb44.tar.gz mtk-20170518-240ff3e5804dd796d2708c76ed0612250af6cb44.tar.bz2 |
fix busybox+ipkg build
SVN-Revision: 2733
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r-- | openwrt/package/busybox/patches/912-ipkg-no_warnings.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/openwrt/package/busybox/patches/912-ipkg-no_warnings.patch b/openwrt/package/busybox/patches/912-ipkg-no_warnings.patch index 7097ff7..707361f 100644 --- a/openwrt/package/busybox/patches/912-ipkg-no_warnings.patch +++ b/openwrt/package/busybox/patches/912-ipkg-no_warnings.patch @@ -427,14 +427,3 @@ diff -ruN busybox-1.1.0-pre1-old/archival/libipkg/pkg_vec.h busybox-1.1.0-pre1-n pkg_vec_t * pkg_vec_alloc(void); void pkg_vec_free(pkg_vec_t *vec); -diff -ruN busybox-1.1.0-pre1-old/archival/libipkg/sprintf_alloc.h busybox-1.1.0-pre1-new/archival/libipkg/sprintf_alloc.h ---- busybox-1.1.0-pre1-old/archival/libipkg/sprintf_alloc.h 2005-12-08 09:01:04.000000000 +0100 -+++ busybox-1.1.0-pre1-new/archival/libipkg/sprintf_alloc.h 2005-12-08 09:04:20.000000000 +0100 -@@ -20,6 +20,6 @@ - - #include "libbb.h" - --#define sprintf_alloc bb_xasprintf -+#define sprintf_alloc(format, ...) bb_xasprintf((const char *)format, __VA_ARGS__) - - #endif |