From b07ef8594437bb7663c1187e8110bba15d161890 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 30 Mar 2016 13:29:10 -0400 Subject: [PATCH] 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 --- Open-ILS/src/extras/install/Makefile.debian-jessie | 2 ++ 1 file changed, 2 insertions(+) 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\ -- 2.43.2