From 023f6f75086cd8564001affc64744d54a072a300 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Wed, 29 Jul 2020 22:58:23 -0500 Subject: [PATCH] perl-module: add perl to build depends --- common/environment/build-style/perl-module.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/environment/build-style/perl-module.sh b/common/environment/build-style/perl-module.sh index 2444d3d104f..60d67713147 100644 --- a/common/environment/build-style/perl-module.sh +++ b/common/environment/build-style/perl-module.sh @@ -1 +1,3 @@ +hostmakedepends+=" perl" +makedepends+=" perl" lib32disabled=yes