diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 22:08:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 22:08:38 +0900 |
| commit | 349011a5e6cb8b7777d67454fa00e728191587be (patch) | |
| tree | 1f41ba155da2824d84354f9f0be53e6dda5f5b41 /internal | |
| parent | 861249751a2142470b87d67fcaaa796eda688088 (diff) | |
internal/rosa/perl: compile dynamic libperl
Required by texinfo 7.3.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/perl.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go index d449ad3c..3a5fae66 100644 --- a/internal/rosa/perl.go +++ b/internal/rosa/perl.go @@ -39,12 +39,13 @@ rm -f /system/bin/ps # perl does not like toybox ps {"Dldflags", `"${LDFLAGS:-''}"`}, {"Doptimize", "'-O2 -fno-strict-aliasing'"}, {"Duseithreads"}, + {"Duseshrplib"}, }, Check: []string{ "TEST_JOBS=256", "test_harness", }, - Install: "./perl -Ilib -I. installperl --destdir=/work", + Install: `LD_LIBRARY_PATH="$PWD" ./perl -Ilib -I. installperl --destdir=/work`, }), version } func init() { |
