summaryrefslogtreecommitdiff
path: root/hints/linux-android.sh
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-12 21:10:11 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-26 14:44:21 -0300
commit1db8b1b95613d463d81a1eac483ee02c408e2d21 (patch)
treedd6c7a3f7ad642b1c37db4d918768934e7de0bf7 /hints/linux-android.sh
parentd600e720724b9916d475e0f81705abafb5e2d871 (diff)
downloadperl-1db8b1b95613d463d81a1eac483ee02c408e2d21.tar.gz
Android hints: Add m to libswanted
Diffstat (limited to 'hints/linux-android.sh')
-rw-r--r--hints/linux-android.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh
index 4d6a97514d..3d79671b80 100644
--- a/hints/linux-android.sh
+++ b/hints/linux-android.sh
@@ -21,6 +21,9 @@ d_libname_unique='define'
# On Android the shell is /system/bin/sh:
targetsh='/system/bin/sh'
+# Make sure that we look for libm
+libswanted="$libswanted m"
+
# Down with locales!
# https://github.com/android/platform_bionic/blob/master/libc/CAVEATS
d_locconv='undef'