diff options
author | Jess Robinson <castaway@desert-island.me.uk> | 2013-01-18 18:55:02 +0000 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-26 14:44:19 -0300 |
commit | 9b0f5f8a83f83c42f4d8568a7d535097cd88775c (patch) | |
tree | b70126a4eba735fe6555868425a7476607e4743e /hints/linux-android.sh | |
parent | 687e70194a437896b56cfbcf4f53cf564f7851ea (diff) | |
download | perl-9b0f5f8a83f83c42f4d8568a7d535097cd88775c.tar.gz |
Create a Perl with relocatable inc when building for Android.
Diffstat (limited to 'hints/linux-android.sh')
-rw-r--r-- | hints/linux-android.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh index d2f411857f..0920ce8f09 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -1,5 +1,7 @@ # set -x +userelocatableinc='define' + # Having fun with the dlopen check.. :( #d_dlopen='define' #d_dlerror='define' |