diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-12-09 11:53:04 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-12-09 12:36:40 +0100 |
commit | dd5b3b58d8aa4427c40bc1247196a6693a57f460 (patch) | |
tree | f34e415cbaa4421d7c24a427a20bb29c0510be31 /target | |
parent | a58826c34f34e1ce99d0870a0a0eefd71e4868a0 (diff) | |
download | upstream-dd5b3b58d8aa4427c40bc1247196a6693a57f460.tar.gz upstream-dd5b3b58d8aa4427c40bc1247196a6693a57f460.tar.bz2 upstream-dd5b3b58d8aa4427c40bc1247196a6693a57f460.zip |
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>
Diffstat (limited to 'target')
0 files changed, 0 insertions, 0 deletions