From: Chris Sharp Date: Wed, 27 May 2020 18:32:28 +0000 (-0400) Subject: add another CPAN dep X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5fa5567deef49531374ab192d2c1a54a06f44357;p=working%2FEvergreen.git add another CPAN dep Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index 5aa25e138c..bb3a4ad639 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -53,6 +53,7 @@ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ Business::Stripe \ Email::Send \ + GD \ GD::Graph3d \ HTML::Defang \ Locale::Maketext::Lexicon \ diff --git a/Open-ILS/src/extras/install/Makefile.rhel b/Open-ILS/src/extras/install/Makefile.rhel index 9489195940..5d7d97c151 100644 --- a/Open-ILS/src/extras/install/Makefile.rhel +++ b/Open-ILS/src/extras/install/Makefile.rhel @@ -55,6 +55,7 @@ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ Business::Stripe \ Email::Send \ + GD \ GD::Graph3d \ HTML::Defang \ HTTP::Daemon \