summaryrefslogtreecommitdiffstats
path: root/tools/qemu
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-20 03:25:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-20 03:25:56 +0000
commit681a253fc6b8bf4bc4664642951180e137ed9631 (patch)
tree3484020655251d233b94c3270bc54dff32b2b9e3 /tools/qemu
parentc45b60efa60390a92e25f7138c2acd9f1029659a (diff)
tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25598 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/qemu')
-rw-r--r--tools/qemu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile
index 37a510cf9..c0d587b24 100644
--- a/tools/qemu/Makefile
+++ b/tools/qemu/Makefile
@@ -16,6 +16,8 @@ PKG_MD5SUM:=397a0d665da8ba9d3b9583629f3d6421
include $(INCLUDE_DIR)/host-build.mk
+HOST_CFLAGS += -I$(STAGING_DIR_HOST)/include/e2fsprogs
+
define Host/Configure
(cd $(HOST_BUILD_DIR); \
CFLAGS="$(HOST_CFLAGS)" \