[Issue 13149] released libphobos2.a is build with PIC code
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jul 18 07:37:59 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13149
--- Comment #1 from github-bugzilla at 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
--
More information about the Digitalmars-d-bugs
mailing list