From: Brian Fraser Date: Mon, 13 Jan 2014 00:10:11 +0000 (-0300) Subject: Android hints: Add m to libswanted X-Git-Tag: upstream/5.20.0~614^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1db8b1b95613d463d81a1eac483ee02c408e2d21;p=platform%2Fupstream%2Fperl.git Android hints: Add m to libswanted --- diff --git a/hints/linux-android.sh b/hints/linux-android.sh index 4d6a975..3d79671 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'