lp1979357 use CPAN version of GD::Image
authorJason Etheridge <jason@EquinoxOLI.org>
Fri, 17 Jun 2022 04:45:12 +0000 (00:45 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Tue, 21 Jun 2022 19:12:15 +0000 (15:12 -0400)
to handle missing copyScaleInterpolated for Debian Stretch

Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
Open-ILS/src/extras/install/Makefile.debian-stretch

index d242aa6..f8543ce 100644 (file)
@@ -41,6 +41,7 @@ export DEBS = \
        libemail-mime-perl\
        libexcel-writer-xlsx-perl\
        libgd-graph3d-perl\
+       libgd-dev\
        libgeo-coder-osm-perl\
        libhttp-oai-perl\
        liblocale-maketext-lexicon-perl\
@@ -98,6 +99,7 @@ export DEB_APACHE_DISCONF = \
 
 export CPAN_MODULES = \
        Geo::Coder::Google \
+       GD::Image \
        Business::OnlinePayment::PayPal \
        String::KeyboardDistance \
        Text::Levenshtein::Damerau::XS \