CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/11/14 13:43:48
Modified files:
lib/libedit : Makefile
gnu/lib/libreadline: Makefile
lib/libcurses : shlib_version
Log message:
Record an inter-library dependency on libcurses in libedit and libreadline,
avoiding runtime failures on architectures using ld.lld. Also add a note to
libcurses shlib_version reminding about bumps (as done with libcrypto/libssl).
Thanks guenther@ for suggestions of tests involving library bumps and jca@
for doing these tests and hint about DPADD.
Looks good kettenis@, ok jca@