Files
openwrt/package/network/services
Jo-Philipp Wich dd5b3b58d8 lldpd: fix autoreconf failure
The lldpd sources ship a modified local AX_LIB_READLINE M4 macro which
conflicts with the official macro shipped by autoconf-archive.

Due to the official macro having the same name and a higher serial
number, autoconf will prefer including that one instead of the local
copy, preventing the substitution of @READLINE_LIBS@ in Makefile.in
templates, ultimately leading to the following build failure when
linking lldpcli:

    ...-gcc: error: READLINE_LIBS@: No such file or directory

Avoid this problem by renaming the locally shipped macro to not clash
with the official implementation anymore.

Ref: https://github.com/lldpd/lldpd/pull/423
Acked-by: Stijn Tintel <stijn@linux-ipv6.be>
Tested-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-12-09 12:36:40 +01:00
..
2020-11-11 20:47:34 +01:00
2020-11-15 18:23:47 +01:00
2020-01-05 19:36:46 +01:00
2020-06-23 20:00:16 +02:00
2020-12-09 12:36:40 +01:00
2020-11-15 18:48:33 +01:00
2020-04-26 13:00:36 +01:00
2020-11-23 02:06:35 +00:00
2020-11-30 10:38:13 +00:00
2020-11-12 13:28:38 +01:00