]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Always link with -lpthread, not -lc_r, because platforms that don't have
authorDag-Erling Smørgrav <des@FreeBSD.org>
Wed, 22 Sep 2004 14:36:12 +0000 (14:36 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Wed, 22 Sep 2004 14:36:12 +0000 (14:36 +0000)
commitabb3768b5c8670d2ff2c3f1eedb772efa9985383
tree18fb9613eb649cbef81f3d968ae304ce6b5c51f4
parent3a710cbaba2c09aef9f89d8d4b0211632ae5c6e1
Always link with -lpthread, not -lc_r, because platforms that don't have
full KSE support still have -lpthread as an alias for -lc_r.  The only
thing that's different is the name of the knob that turns it off.

Pointed out by: ru@
lib/bind/config.mk