build: don't link bison against libreadline

Reported by Paul Smith <psmith@gnu.org>.
https://lists.gnu.org/r/bug-bison/2020-10/msg00001.html

* src/local.mk (src_bison_LDADD): here.
This commit is contained in:
Akim Demaille
2020-10-13 06:56:01 +02:00
parent 567d1eaa19
commit bc5e4541da
2 changed files with 7 additions and 1 deletions

View File

@@ -143,7 +143,6 @@ src_bison_LDADD = \
$(LIB_SETLOCALE_NULL) \
$(LIBICONV) \
$(LIBINTL) \
$(LIBREADLINE) \
$(LIBTEXTSTYLE)