From ed2fddc98ef017d8b6460e326d08ce2635458812 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 8 May 2007 14:03:04 -0600 Subject: special case for -pthread (bug 10876) --- bin/mklib | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/mklib b/bin/mklib index 09f4fac9e5..21d48edd77 100755 --- a/bin/mklib +++ b/bin/mklib @@ -100,6 +100,10 @@ do -L*) DEPS="$DEPS $1" ;; + -pthread) + # this is a special case (see bugzilla 10876) + DEPS="$DEPS $1" + ;; '-cplusplus') CPLUSPLUS=1 ;; -- cgit v1.2.3