Move perl from git's BUILD_LIBRARIES to RUNTIME_PROGRAMS.

While RUNTIME_PROGRAMS currently does nothing, BUILD_LIBRARIES is not
correct for dependencies that are required at runtime. As git built with
perl support is still able to run without perl, just with limitations,
mark perl as an optional dependency as well.
This commit is contained in:
Juhani Krekelä 2023-08-27 16:40:47 +00:00
parent 6c81317026
commit 69cc658036
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
NAME=git
BUILD_LIBRARIES='libiconv libz perl libcurl? libexpat? libintl? libpcre? libssl?'
BUILD_LIBRARIES='libiconv libz libcurl? libexpat? libintl? libpcre? libssl?'
RUNTIME_PROGRAMS='perl?'
VERSION=2.14.3
DISTNAME=$NAME-$VERSION
COMPRESSION=tar.xz