[package] opkg: fix host compilation on Darwin (libopkg_test failed to link)
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 21 Jul 2010 22:02:25 +0000 (22:02 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 21 Jul 2010 22:02:25 +0000 (22:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22340 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/opkg/patches/013-fix-darwin-compile.patch [new file with mode: 0644]

diff --git a/package/opkg/patches/013-fix-darwin-compile.patch b/package/opkg/patches/013-fix-darwin-compile.patch
new file mode 100644 (file)
index 0000000..6f34fc1
--- /dev/null
@@ -0,0 +1,30 @@
+--- a/libopkg/opkg_download.c
++++ b/libopkg/opkg_download.c
+@@ -21,6 +21,7 @@
+ #include <stdio.h>
+ #include <unistd.h>
++#include <libgen.h>
+ #include "opkg_download.h"
+ #include "opkg_message.h"
+--- a/libopkg/pkg.c
++++ b/libopkg/pkg.c
+@@ -21,6 +21,7 @@
+ #include <string.h>
+ #include <ctype.h>
+ #include <unistd.h>
++#include <libgen.h>
+ #include "pkg.h"
+--- a/tests/libopkg_test.c
++++ b/tests/libopkg_test.c
+@@ -5,6 +5,7 @@
+ #include <opkg.h>
++int opkg_state_changed;
+ pkg_t *find_pkg = NULL;
This page took 0.028344 seconds and 4 git commands to generate.