summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitchdpdk/files/qemu-makefile.patch
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:48:23 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:48:23 +0200
commit1b6242fc583a6b871304fb995af6dc211b58f69b (patch)
treeb5d434d90dedae24792906aa304897c23a134386 /recipes-networking/openvswitchdpdk/files/qemu-makefile.patch
downloadmeta-ip-daisy-enea.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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