summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitchdpdk/files/qemu-pixman-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitchdpdk/files/qemu-pixman-config.patch')
-rw-r--r--recipes-networking/openvswitchdpdk/files/qemu-pixman-config.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-networking/openvswitchdpdk/files/qemu-pixman-config.patch b/recipes-networking/openvswitchdpdk/files/qemu-pixman-config.patch
new file mode 100644
index 0000000..266b42a
--- /dev/null
+++ b/recipes-networking/openvswitchdpdk/files/qemu-pixman-config.patch
@@ -0,0 +1,26 @@
1From 1976f44e3b14653421f67d7d050586348f3d3fa1 Mon Sep 17 00:00:00 2001
2From: Huimin She <huimin.she@enea.com>
3Date: Tue, 29 Apr 2014 10:00:30 +0200
4Subject: [PATCH] Add --host for qemu/pixman configure
5
6Signed-off-by: Huimin She <huimin.she@enea.com>
7---
8 qemu/Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/qemu/Makefile b/qemu/Makefile
12index 0d9099a..88b470f 100644
13--- a/qemu/Makefile
14+++ b/qemu/Makefile
15@@ -131,7 +131,7 @@ subdir-pixman: pixman/Makefile
16 $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pixman V="$(V)" all,)
17
18 pixman/Makefile: $(SRC_PATH)/pixman/configure
19- (cd pixman; CFLAGS="$(CFLAGS) -fPIC $(extra_cflags) $(extra_ldflags)" $(SRC_PATH)/pixman/configure $(AUTOCONF_HOST) --disable-gtk --disable-shared --enable-static)
20+ (cd pixman; CFLAGS="$(CFLAGS) -fPIC $(extra_cflags) $(extra_ldflags)" $(SRC_PATH)/pixman/configure $(AUTOCONF_HOST) --disable-gtk --disable-shared --enable-static --host $(HOST_SYS))
21
22 $(SRC_PATH)/pixman/configure:
23 (cd $(SRC_PATH)/pixman; autoreconf -v --install)
24--
251.8.3.2
26