This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add log library to libwanted; provides __android_log_print for Sys::Syslog
authorRichard Leach <rich+perl@hyphen-dash-hyphen.info>
Sat, 25 May 2019 20:08:08 +0000 (20:08 +0000)
committerKarl Williamson <khw@cpan.org>
Sun, 26 May 2019 00:37:45 +0000 (18:37 -0600)
hints/linux-android.sh

index 626c0b4..9f7196f 100644 (file)
@@ -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)