steeve / plugin.video.pulsar

Pulsar addon for XBMC/Kodi
http://forum.kodi.tv/showthread.php?tid=200957
Other
545 stars 351 forks source link

[android] error: only position independent executables (PIE) are supported. #212

Open ajmtrz opened 8 years ago

ajmtrz commented 8 years ago

Enable PIE manually. This is what enabling PIE translates to behind the scenes.

LOCAL_CFLAGS += -fPIE LOCAL_LDFLAGS += -fPIE -pie