summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitchdpdk/files/configure-fix.patch
blob: 187e8a0503f3e30a3931b83139c3c4080df6f411 (plain)
1
2
3
4
5
6
7
8
9
10
11
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