forked from security/hakurei
internal/rosa/perl: compile dynamic libperl
Required by texinfo 7.3. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -39,12 +39,13 @@ rm -f /system/bin/ps # perl does not like toybox ps
|
|||||||
{"Dldflags", `"${LDFLAGS:-''}"`},
|
{"Dldflags", `"${LDFLAGS:-''}"`},
|
||||||
{"Doptimize", "'-O2 -fno-strict-aliasing'"},
|
{"Doptimize", "'-O2 -fno-strict-aliasing'"},
|
||||||
{"Duseithreads"},
|
{"Duseithreads"},
|
||||||
|
{"Duseshrplib"},
|
||||||
},
|
},
|
||||||
Check: []string{
|
Check: []string{
|
||||||
"TEST_JOBS=256",
|
"TEST_JOBS=256",
|
||||||
"test_harness",
|
"test_harness",
|
||||||
},
|
},
|
||||||
Install: "./perl -Ilib -I. installperl --destdir=/work",
|
Install: `LD_LIBRARY_PATH="$PWD" ./perl -Ilib -I. installperl --destdir=/work`,
|
||||||
}), version
|
}), version
|
||||||
}
|
}
|
||||||
func init() {
|
func init() {
|
||||||
|
|||||||
Reference in New Issue
Block a user