From: Galen Charlton Date: Wed, 30 Mar 2016 17:29:10 +0000 (-0400) Subject: LP#1563531: add libpcre3/libpcre3-dev deps for Jessie X-Git-Tag: sprint4-merge-nov22~302 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b07ef8594437bb7663c1187e8110bba15d161890;p=working%2FEvergreen.git 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 Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index e3055ad055..030857c15f 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\