Skip to content

Commit

Permalink
d/configure: switch to libeditreadline
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SebKuzminsky committed Apr 5, 2023
1 parent 42fe45a commit 0152218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/configure
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

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

ENABLE_BUILD_DOCUMENTATION=--enable-build-documentation=pdf

Expand Down

0 comments on commit 0152218

Please sign in to comment.