mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
perl: use 64 bit integers across all targets
Otherwise perl would use 32 bit integers on 32 bit targets, causing loss of bits when copying 64 bit time_t into an internal representation. (From OE-Core rev: c99c1b92eb5fb76f22b3458df15d876748528a20) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4d1461595a
commit
a76f3746a3
@@ -58,6 +58,7 @@ do_configure:prepend() {
|
||||
do_configure:class-target() {
|
||||
./configure --prefix=${prefix} --libdir=${libdir} \
|
||||
--target=${TARGET_SYS} \
|
||||
-Duse64bitint \
|
||||
-Duseshrplib \
|
||||
-Dusethreads \
|
||||
-Dsoname=libperl.so.5 \
|
||||
|
||||
Reference in New Issue
Block a user