[phobos] [D-Programming-Language/phobos] 88ab4d: fix Issue 13149 - released libphobos2.a is build w...
GitHub via phobos
phobos at puremagic.com
Fri Jul 18 07:37:57 PDT 2014
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 at 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 at 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
More information about the phobos
mailing list