cvs commit: src/lib/libpthread Makefile README
Simon Schubert
corecode at crater.dragonflybsd.org
Sun Jan 20 11:15:21 PST 2008
corecode 2008/01/20 11:14:09 PST
DragonFly src repository
Modified files:
lib/libpthread Makefile README
Log:
Don't link to any threading lib as libc already exports weak symbols.
Linking to any threading lib could lead to overly intelligent build
scripts to pick up this particular threading lib and to link to it
directly instead of linking just to libpthread.
DragonFly-bug: <https://bugs.dragonflybsd.org/issue921>
Revision Changes Path
1.6 +0 -2 src/lib/libpthread/Makefile
1.2 +2 -7 src/lib/libpthread/README
http://www.dragonflybsd.org/cvsweb/src/lib/libpthread/Makefile.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libpthread/README.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list