[OpenSRF-GIT] OpenSRF branch master updated. 0bdedacf6c2a48d5ca91cd2a605a05c45d157ba9
Evergreen Git
git at git.evergreen-ils.org
Tue Nov 6 11:07:59 EST 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".
The branch, master has been updated
via 0bdedacf6c2a48d5ca91cd2a605a05c45d157ba9 (commit)
from e64d3f81809718d0514039d9b8ef8174fdd85cec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0bdedacf6c2a48d5ca91cd2a605a05c45d157ba9
Author: Jason Stephenson <jstephenson at mvlc.org>
Date: Tue Nov 6 09:16:18 2012 -0500
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 <jstephenson at mvlc.org>
Signed-off-by: Dan Scott <dan at coffeecode.net>
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
# ----------------------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/extras/Makefile.install | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
OpenSRF
More information about the opensrf-commits
mailing list