From 5fa5567deef49531374ab192d2c1a54a06f44357 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 27 May 2020 14:32:28 -0400 Subject: [PATCH] add another CPAN dep Signed-off-by: Chris Sharp --- Open-ILS/src/extras/install/Makefile.centos | 1 + Open-ILS/src/extras/install/Makefile.rhel | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.11.0