Skip to content

Commit 0152218

Browse files
committed
d/configure: switch to libeditreadline
Per <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980504>, this is a drop-in GPLv2 license-compatible replacement for the unmaintained and now removed libreadline-gplv2 package.
1 parent 42fe45a commit 0152218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535

3636
EXTRA_BUILD=
3737
PYTHON_VERSION_NEXT=$(python3 -c 'import sys; print (sys.version[:2] + str(1+int(sys.version[2])))')
38-
LIBREADLINE_DEV="libreadline-gplv2-dev | libreadline-dev"
38+
LIBREADLINE_DEV="libeditreadline-dev | libreadline-gplv2-dev | libreadline-dev"
3939

4040
ENABLE_BUILD_DOCUMENTATION=--enable-build-documentation=pdf
4141

0 commit comments

Comments
 (0)