Fix installation on Ubuntu Precise.
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 6 Nov 2012 14:16:18 +0000 (09:16 -0500)
committerDan Scott <dan@coffeecode.net>
Tue, 6 Nov 2012 16:07:45 +0000 (11:07 -0500)
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 <jstephenson@mvlc.org>
Signed-off-by: Dan Scott <dan@coffeecode.net>

src/extras/Makefile.install

index 30c5221..50b3cc1 100644 (file)
@@ -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
 
 # ----------------------------------------------------------------------------