via Digitalmars-d Sun, 14 Dec 2014 07:20:53 -0800
You need to add `-fPIC` to your compiler flags. In dub.json:
..., "dflags": ["-fPIC"]