summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitchdpdk/files/qemu-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitchdpdk/files/qemu-makefile.patch')
-rw-r--r--recipes-networking/openvswitchdpdk/files/qemu-makefile.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-networking/openvswitchdpdk/files/qemu-makefile.patch b/recipes-networking/openvswitchdpdk/files/qemu-makefile.patch
new file mode 100644
index 0000000..0ef50da
--- /dev/null
+++ b/recipes-networking/openvswitchdpdk/files/qemu-makefile.patch
@@ -0,0 +1,26 @@
1From 7f073eec0d100bddaba59c693505713974a2d4bb Mon Sep 17 00:00:00 2001
2From: Huimin She <huimin.she@enea.com>
3Date: Tue, 22 Apr 2014 22:58:11 +0200
4Subject: [PATCH] Add -ldl to qemu Makefile
5
6Signed-off-by: Huimin She <huimin.she@enea.com>
7---
8 qemu/Makefile.target | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/qemu/Makefile.target b/qemu/Makefile.target
12index 760da1e..72b58d7 100644
13--- a/qemu/Makefile.target
14+++ b/qemu/Makefile.target
15@@ -117,7 +117,7 @@ obj-$(CONFIG_HAVE_GET_MEMORY_MAPPING) += memory_mapping.o
16 obj-$(CONFIG_HAVE_CORE_DUMP) += dump.o
17 obj-$(CONFIG_NO_GET_MEMORY_MAPPING) += memory_mapping-stub.o
18 obj-$(CONFIG_NO_CORE_DUMP) += dump-stub.o
19-LIBS+=-lz
20+LIBS+=-lz -ldl
21
22 # xen support
23 obj-$(CONFIG_XEN) += xen-all.o xen-mapcache.o
24--
251.8.3.2
26