In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/136a1affb4e16f86a9eef08c9cf3a12fe9a157f7?hp=916db6e8921c4bf39aa0645f0ac7e6f32f168617>
- Log ----------------------------------------------------------------- commit 136a1affb4e16f86a9eef08c9cf3a12fe9a157f7 Author: Richard Leach <[email protected]> Date: Sat May 25 20:08:08 2019 +0000 Add log library to libwanted; provides __android_log_print for Sys::Syslog ----------------------------------------------------------------------- Summary of changes: hints/linux-android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hints/linux-android.sh b/hints/linux-android.sh index 626c0b4e48..9f7196fc43 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -28,7 +28,7 @@ define) ;; esac # Make sure that we look for libm -libswanted="$libswanted m" +libswanted="$libswanted m log" # Older Androids lack locale support and may need the following undefs # uncommenting. This isn't necessary from at least Android 8.1 (Oreo) -- Perl5 Master Repository
