summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitchdpdk/files/configure-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitchdpdk/files/configure-fix.patch')
-rw-r--r--recipes-networking/openvswitchdpdk/files/configure-fix.patch12
1 files changed, 12 insertions, 0 deletions
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 @@
1Index: files/configure.ac
2===================================================================
3--- files.orig/openvswitch/configure.ac 2014-03-26 16:49:44.000000000 +0200
4+++ files/openvswitch/configure.ac 2014-04-18 16:47:28.163114309 +0300
5@@ -47,6 +47,7 @@
6 AC_SEARCH_LIBS([clock_gettime], [rt])
7 AC_SEARCH_LIBS([timer_create], [rt])
8 AC_SEARCH_LIBS([pthread_sigmask], [pthread])
9+AC_SEARCH_LIBS([dlopen], [dl])
10 AC_FUNC_STRERROR_R
11
12 OVS_CHECK_ESX