[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 12e9b3225eed12a763b45de7c20797674c9dcdad
Evergreen Git
git at git.evergreen-ils.org
Thu Apr 28 11:59:26 EDT 2016
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 "Evergreen ILS".
The branch, rel_2_10 has been updated
via 12e9b3225eed12a763b45de7c20797674c9dcdad (commit)
from f81ec9ce061fe093498ed3902fb6b8b4fd6fe1d3 (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 12e9b3225eed12a763b45de7c20797674c9dcdad
Author: Galen Charlton <gmc at esilibrary.com>
Date: Wed Mar 30 13:29:10 2016 -0400
LP#1563531: add libpcre3/libpcre3-dev deps for Jessie
This patch adds libpcre3 and libpcre3-dev to the list
of packages installed when installing Evergreen on Debian
Jessie. Evergreen's direct dependency on libpcre3 is new in 2.10
(see bug 1468422); it happens that libpcre3 and libpcre3-dev
are installed on Wheezy by virtue of a different dependency
chain.
To test
-------
[1] On a fresh Debian Jessie netinstall, follow the OpenSRF
and Evergreen installation instructions. Verify that with
this patch in place, Evergreen's "configure" step succeeds.
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie
index e3055ad..030857c 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-jessie
+++ b/Open-ILS/src/extras/install/Makefile.debian-jessie
@@ -53,6 +53,8 @@ export DEBS = \
libnspr4-dev\
libole-storage-lite-perl\
libparent-perl\
+ libpcre3\
+ libpcre3-dev\
libpq5\
libpq-dev\
librpc-xml-perl\
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/extras/install/Makefile.debian-jessie | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list