summaryrefslogtreecommitdiff
path: root/hints/linux-android.sh
diff options
context:
space:
mode:
authorRichard Leach <rich+perl@hyphen-dash-hyphen.info>2019-05-25 20:08:08 +0000
committerKarl Williamson <khw@cpan.org>2019-05-25 18:37:45 -0600
commit136a1affb4e16f86a9eef08c9cf3a12fe9a157f7 (patch)
tree0544c3746f59ed65226209b13905e60363ef2fe0 /hints/linux-android.sh
parent916db6e8921c4bf39aa0645f0ac7e6f32f168617 (diff)
downloadperl-136a1affb4e16f86a9eef08c9cf3a12fe9a157f7.tar.gz
Add log library to libwanted; provides __android_log_print for Sys::Syslog
Diffstat (limited to 'hints/linux-android.sh')
-rw-r--r--hints/linux-android.sh2
1 files changed, 1 insertions, 1 deletions
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)