From 1a413b4d7765bbdc5e922659a4cc8aa17b1feb2d Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 22 Jun 2007 10:29:54 -0700 Subject: Use -pthread instead of -lpthread on FreeBSD. --- bin/mklib | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/mklib b/bin/mklib index 21d48edd77..8ee8d8ce49 100755 --- a/bin/mklib +++ b/bin/mklib @@ -104,6 +104,9 @@ do # this is a special case (see bugzilla 10876) DEPS="$DEPS $1" ;; + '-pthread') + DEPS="$DEPS -pthread" + ;; '-cplusplus') CPLUSPLUS=1 ;; -- cgit v1.2.3