LP#1563531: add libpcre3/libpcre3-dev deps for Jessie
authorGalen Charlton <gmc@esilibrary.com>
Wed, 30 Mar 2016 17:29:10 +0000 (13:29 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 28 Apr 2016 15:58:53 +0000 (11:58 -0400)
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@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/extras/install/Makefile.debian-jessie

index e3055ad..030857c 100644 (file)
@@ -53,6 +53,8 @@ export DEBS = \
        libnspr4-dev\
        libole-storage-lite-perl\
        libparent-perl\
+       libpcre3\
+       libpcre3-dev\
        libpq5\
        libpq-dev\
        librpc-xml-perl\