diff options
Diffstat (limited to 'meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch')
-rw-r--r-- | meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch b/meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch deleted file mode 100644 index 42d6b290ae..0000000000 --- a/meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | Upstream-Status: Submitted [https://github.com/vincentbernat/lldpd/issues/133] | ||
2 | |||
3 | Subject: [PATCH] fix libevent configure | ||
4 | |||
5 | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> | ||
6 | --- | ||
7 | m4/libevent.m4 | 4 ++-- | ||
8 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
9 | |||
10 | diff --git a/m4/libevent.m4 b/m4/libevent.m4 | ||
11 | index 275e5a5..dcd3309 100644 | ||
12 | --- a/m4/libevent.m4 | ||
13 | +++ b/m4/libevent.m4 | ||
14 | @@ -45,13 +45,11 @@ AC_DEFUN([lldp_CHECK_LIBEVENT], [ | ||
15 | AC_MSG_ERROR([*** libevent not found]) | ||
16 | fi | ||
17 | ]) | ||
18 | - fi | ||
19 | |||
20 | if test x"$LIBEVENT_EMBEDDED" != x; then | ||
21 | unset LIBEVENT_LIBS | ||
22 | LIBEVENT_CFLAGS="-I\$(top_srcdir)/libevent/include -I\$(top_builddir)/libevent/include" | ||
23 | LIBEVENT_LDFLAGS="\$(top_builddir)/libevent/libevent.la" | ||
24 | - fi | ||
25 | |||
26 | # Call ./configure in libevent. Need it for make dist... | ||
27 | libevent_configure_args="$libevent_configure_args --disable-libevent-regress" | ||
28 | @@ -64,6 +62,8 @@ AC_DEFUN([lldp_CHECK_LIBEVENT], [ | ||
29 | libevent_configure_args="$libevent_configure_args --with-pic" | ||
30 | libevent_configure_args="$libevent_configure_args --enable-static" | ||
31 | lldp_CONFIG_SUBDIRS([libevent], [$libevent_configure_args]) | ||
32 | + fi | ||
33 | + fi | ||
34 | |||
35 | AM_CONDITIONAL([LIBEVENT_EMBEDDED], [test x"$LIBEVENT_EMBEDDED" != x]) | ||
36 | AC_SUBST([LIBEVENT_LIBS]) | ||
37 | -- | ||
38 | 2.1.4 | ||
39 | |||