https://issues.dlang.org/show_bug.cgi?id=13149

--- Comment #1 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/88ab4d2227e05bb242bbe5c4cf1265e7254065ca
fix Issue 13149 - released libphobos2.a is build with PIC code

- Happens because the libphobos2.so was build with a recursive
  target and PIC=1. This PIC=1 enabled -fPIC for the recursive
  libdruntime.a build.

- fixed by building $(LIBSO) non-recursively

https://github.com/D-Programming-Language/phobos/commit/228aa04856364a2539c66c849d62852ec25b31c9
Merge pull request #2345 from MartinNowak/fix13149

fix Issue 13149 - released libphobos2.a is build with PIC code

--

Reply via email to