DynaLoader: On android, dl_load_flags should always be 0x00
authorBrian Fraser <fraserbn@gmail.com>
Mon, 3 Feb 2014 20:36:31 +0000 (21:36 +0100)
committerBrian Fraser <fraserbn@gmail.com>
Mon, 3 Feb 2014 21:46:32 +0000 (22:46 +0100)
commitdec989164ab5a3f1af3d20f8022e5a0d04964726
treecc28cf35bad340cf6d6905839f842dff07e9565c
parent0f8fd466a1b5d27fb08d8f768083393f9c3d3ffb
DynaLoader: On android, dl_load_flags should always be 0x00

The linker ignores all the flags and works as if under RTLD_LOCAL,
so don't give users the headache of seeing warnings ala

"Can't make loaded symbols global on this platform while loading %s"

when using a module that subclasses DynaLoader and defines
dl_load_flags to anything else.
ext/DynaLoader/DynaLoader_pm.PL