From d26bbf4c908c53a8c4675267f338f966a7e29598 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 23 Apr 2020 21:26:43 -0400 Subject: [PATCH] build: Remove perl from the Development set. This caused the nightly builds to fail, because perl is apparently a dependency of something in the base set already. --- build/jam/OptionalPackages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 63f70883dd..0090bd036f 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -66,8 +66,8 @@ if [ IsOptionalHaikuImagePackageAdded BeOSCompatibility ] { # Development if [ IsOptionalHaikuImagePackageAdded Development ] { # autotools - AddHaikuImageDisabledPackages autoconf automake perl texinfo ; - AddHaikuImageSourcePackages autoconf automake perl texinfo ; + AddHaikuImageDisabledPackages autoconf automake texinfo ; + AddHaikuImageSourcePackages autoconf automake texinfo ; # some other build tools AddHaikuImageDisabledPackages pkgconfig ;