perl: set 'configurePlatforms = [];' to prepare for default change
Prepare for default 'configurePlatforms = [ "build" "host" ];': perl does not support gnu-stile target specification. Extracted from PR#87909.
This commit is contained in:
parent
501286148a
commit
85b1d6ff89
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ let
|
|||
sed -i 's,\(libswanted.*\)pthread,\1,g' Configure
|
||||
'';
|
||||
|
||||
# Default perl does not support --host= & co.
|
||||
configurePlatforms = [];
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
passthru = rec {
|
||||
|
|
Loading…
Reference in a new issue