lldpd: update to 1.0.3
[openwrt/staging/mkresin.git] / package / network / services / lldpd / patches / 001-disable_libcap.patch
1 --- a/configure.ac 2019-04-30 17:04:53.542449926 +0300
2 +++ b/configure.ac 2019-04-30 17:06:26.974453867 +0300
3 @@ -244,7 +244,13 @@
4
5 # Third-party libraries
6 lldp_CHECK_LIBEVENT
7 -lldp_CHECK_LIBCAP
8 +
9 +#libcap is not a core package so disable this capability
10 +#lldp_CHECK_LIBCAP
11 +libcap_LIBS=
12 +libcap_CFLAGS=
13 +AC_SUBST([libcap_LIBS])
14 +AC_SUBST([libcap_CFLAGS])
15
16 # Compatibility with pkg.m4 < 0.27
17 m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR],