aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qemu
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-20 03:25:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-20 03:25:56 +0000
commit2ab935a3a0080faa4ac6da31d33931d312843dd9 (patch)
tree3484020655251d233b94c3270bc54dff32b2b9e3 /tools/qemu
parentb121d18ec394d8914035c1b31e77add155d59321 (diff)
downloadmaster-187ad058-2ab935a3a0080faa4ac6da31d33931d312843dd9.tar.gz
master-187ad058-2ab935a3a0080faa4ac6da31d33931d312843dd9.tar.bz2
master-187ad058-2ab935a3a0080faa4ac6da31d33931d312843dd9.zip
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 37a510cf92..c0d587b243 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)" \