From: jow Date: Tue, 21 Sep 2010 00:53:19 +0000 (+0000) Subject: [backfire] merge r22340 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7673898bcb28ea8fc3652d57bbc717bae62a28ce;p=10.03%2Fopenwrt.git [backfire] merge r22340 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23105 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/opkg/patches/013-fix-darwin-compile.patch b/package/opkg/patches/013-fix-darwin-compile.patch new file mode 100644 index 000000000..6f34fc10c --- /dev/null +++ b/package/opkg/patches/013-fix-darwin-compile.patch @@ -0,0 +1,30 @@ +--- a/libopkg/opkg_download.c ++++ b/libopkg/opkg_download.c +@@ -21,6 +21,7 @@ + + #include + #include ++#include + + #include "opkg_download.h" + #include "opkg_message.h" +--- a/libopkg/pkg.c ++++ b/libopkg/pkg.c +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + + #include "pkg.h" + +--- a/tests/libopkg_test.c ++++ b/tests/libopkg_test.c +@@ -5,6 +5,7 @@ + + #include + ++int opkg_state_changed; + pkg_t *find_pkg = NULL; + +