From 6b4ed02fdd23c061f0cf78eb20b6fa8109146e8d 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/environment/build-style/perl-module.sh b/common/environment/build-style/perl-module.sh index 2444d3d104f..300ed9b5db6 100644 --- a/common/environment/build-style/perl-module.sh +++ b/common/environment/build-style/perl-module.sh @@ -1 +1,4 @@ +hostmakedepends+=" perl" +makedepends+=" perl" +depends+=" perl" lib32disabled=yes