mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 10:25:51 +08:00
opkg: fix host compilation on Darwin (libopkg_test failed to link)
SVN-Revision: 22340
This commit is contained in:
parent
3ebcb3ca68
commit
5707e757a7
30
package/opkg/patches/013-fix-darwin-compile.patch
Normal file
30
package/opkg/patches/013-fix-darwin-compile.patch
Normal file
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user