From: Jason Stephenson Date: Tue, 6 Nov 2012 14:16:18 +0000 (-0500) Subject: Fix installation on Ubuntu Precise. X-Git-Tag: osrf_rel_2_2_0-alpha~33 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0bdedacf6c2a48d5ca91cd2a605a05c45d157ba9;p=OpenSRF.git 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 --- 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 # ----------------------------------------------------------------------------