Add perl as a dependency for git.

This commit is contained in:
Juhani Krekelä 2023-08-27 15:22:57 +00:00
parent 4533a2ade2
commit 6c81317026
1 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
NAME=git
BUILD_LIBRARIES='libiconv libz libcurl? libexpat? libintl? libpcre? libssl?'
BUILD_LIBRARIES='libiconv libz perl libcurl? libexpat? libintl? libpcre? libssl?'
VERSION=2.14.3
DISTNAME=$NAME-$VERSION
COMPRESSION=tar.xz
@ -16,7 +16,4 @@ CONFIGURE_VARS='ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no
# that likes to colorize even when the output device is a pipe, which
# causes trouble here. You can safely remove this sortie has learned the
# error of his ways.
# Perl is disabled because Sortix has no perl port at the moment and I'm not
# confident it cross-compiles properly. It also installs stuff into /usr/local
# when prefix is empty and not sure how that happens.
MAKE_VARS='V=1 MAKE=make NO_PERL=NoThanks'
MAKE_VARS='V=1 MAKE=make'