For now, just binary edit the library file ELF header, replace 0x05 with 0x04 at offset 0x27 iirc. Ugly, but works.
[ 131.757812] request OMAPLCD IRQ failedrequest OMAPLCD IRQ failed<1>Unhandled fault: external abort on non-linefetch (0x808) at 0x4002b024
import sys for filename in sys.argv[1:]: d = open(filename, 'rb').read() nd = d[:0x27] + chr(4) + d[0x28:] open(filename, 'wb').write(nd)
-lGLES_CM -lIMGegl -lsrv_um_1.1.35.630 -lEGL