aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-02-02 01:09:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-02-02 01:11:49 +0000
commit0b7f1af804f06a285717b490bef80e24648adcbe (patch)
treee35db81ed51f71ccc1afc82c7cd04e8bb2fb8860 /lib/libedit/Makefile
parent7787e7eed9d2a43fb6eb66666040f1b495995a2f (diff)
downloadsrc-0b7f1af804f06a285717b490bef80e24648adcbe.tar.gz
src-0b7f1af804f06a285717b490bef80e24648adcbe.zip
Bump shared library versions after ncurses bump in 13.
A few shared libraries in the base system link against ncurses. An upgrade from a 12.x host to 13 results in ABI breakage for existing binaries since the newer versions of these libraries link against the newer ncurses while the binary itself links against the older ncurses. For example, dialog4ports built on 12.x sometimes crashes on 13 since it depends on libdialog which links against ncurses internally. MFC after: 3 days Reviewed by: kib, delphij Differential Revision: https://reviews.freebsd.org/D28448
Diffstat (limited to 'lib/libedit/Makefile')
-rw-r--r--lib/libedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index f1dbad42db22..963063ef90fa 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -7,7 +7,7 @@ PACKAGE=clibs
EDITDIR= ${SRCTOP}/contrib/libedit
.PATH: ${EDITDIR}
-SHLIB_MAJOR= 7
+SHLIB_MAJOR= 8
SHLIBDIR?= /lib
WARNS?= 3