From 1b6242fc583a6b871304fb995af6dc211b58f69b Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:48:23 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- .../openvswitchdpdk/files/qemu-makefile.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-networking/openvswitchdpdk/files/qemu-makefile.patch (limited to 'recipes-networking/openvswitchdpdk/files/qemu-makefile.patch') 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 @@ +From 7f073eec0d100bddaba59c693505713974a2d4bb Mon Sep 17 00:00:00 2001 +From: Huimin She +Date: Tue, 22 Apr 2014 22:58:11 +0200 +Subject: [PATCH] Add -ldl to qemu Makefile + +Signed-off-by: Huimin She +--- + qemu/Makefile.target | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/qemu/Makefile.target b/qemu/Makefile.target +index 760da1e..72b58d7 100644 +--- a/qemu/Makefile.target ++++ b/qemu/Makefile.target +@@ -117,7 +117,7 @@ obj-$(CONFIG_HAVE_GET_MEMORY_MAPPING) += memory_mapping.o + obj-$(CONFIG_HAVE_CORE_DUMP) += dump.o + obj-$(CONFIG_NO_GET_MEMORY_MAPPING) += memory_mapping-stub.o + obj-$(CONFIG_NO_CORE_DUMP) += dump-stub.o +-LIBS+=-lz ++LIBS+=-lz -ldl + + # xen support + obj-$(CONFIG_XEN) += xen-all.o xen-mapcache.o +-- +1.8.3.2 + -- cgit v1.2.3-54-g00ecf