From 0bdedacf6c2a48d5ca91cd2a605a05c45d157ba9 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Tue, 6 Nov 2012 09:16:18 -0500 Subject: [PATCH] Fix installation on Ubuntu Precise. Remove libreadline5-dev and replace with libreadline-dev for Ubuntu and Debian. This installs libreadline6, but everything still works since there's nothing version specific in our use of libreadline. Signed-off-by: Jason Stephenson Signed-off-by: Dan Scott --- src/extras/Makefile.install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 30c5221..50b3cc1 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -56,7 +56,7 @@ DEBS = \ libnet-dns-perl\ libnet-jabber-perl\ libperl-dev\ - libreadline5-dev\ + libreadline-dev\ librpc-xml-perl\ libtemplate-perl\ libtest-pod-perl\ @@ -163,8 +163,7 @@ EXTRA_DEBS_UBUNTU_PRECISE = \ libmemcached-dev\ libxml-libxml-perl \ libxml-libxslt-perl \ - ncurses-dev \ - libreadline-dev + ncurses-dev # ---------------------------------------------------------------------------- -- 2.11.0