July 18, 2014 [phobos] [D-Programming-Language/phobos] 88ab4d: fix Issue 13149 - released libphobos2.a is build w... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 88ab4d2227e05bb242bbe5c4cf1265e7254065ca https://github.com/D-Programming-Language/phobos/commit/88ab4d2227e05bb242bbe5c4cf1265e7254065ca Author: Martin Nowak <code@dawg.eu> Date: 2014-07-18 (Fri, 18 Jul 2014) Changed paths: M posix.mak Log Message: ----------- 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 Commit: 228aa04856364a2539c66c849d62852ec25b31c9 https://github.com/D-Programming-Language/phobos/commit/228aa04856364a2539c66c849d62852ec25b31c9 Author: Михаил Страшун <public@dicebot.lv> Date: 2014-07-18 (Fri, 18 Jul 2014) Changed paths: M posix.mak Log Message: ----------- Merge pull request #2345 from MartinNowak/fix13149 fix Issue 13149 - released libphobos2.a is build with PIC code Compare: https://github.com/D-Programming-Language/phobos/compare/561d85059e17...228aa0485636 |
Copyright © 1999-2021 by the D Language Foundation