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 --- recipes-networking/openvswitchdpdk/files/configure-fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-networking/openvswitchdpdk/files/configure-fix.patch (limited to 'recipes-networking/openvswitchdpdk/files/configure-fix.patch') diff --git a/recipes-networking/openvswitchdpdk/files/configure-fix.patch b/recipes-networking/openvswitchdpdk/files/configure-fix.patch new file mode 100644 index 0000000..187e8a0 --- /dev/null +++ b/recipes-networking/openvswitchdpdk/files/configure-fix.patch @@ -0,0 +1,12 @@ +Index: files/configure.ac +=================================================================== +--- files.orig/openvswitch/configure.ac 2014-03-26 16:49:44.000000000 +0200 ++++ files/openvswitch/configure.ac 2014-04-18 16:47:28.163114309 +0300 +@@ -47,6 +47,7 @@ + AC_SEARCH_LIBS([clock_gettime], [rt]) + AC_SEARCH_LIBS([timer_create], [rt]) + AC_SEARCH_LIBS([pthread_sigmask], [pthread]) ++AC_SEARCH_LIBS([dlopen], [dl]) + AC_FUNC_STRERROR_R + + OVS_CHECK_ESX -- cgit v1.2.3-54-g00ecf