commit | ed2fddc98ef017d8b6460e326d08ce2635458812 | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Tue May 08 14:03:04 2007 -0600 |
committer | Brian <brian@yutani.localnet.net> | Tue May 08 14:03:04 2007 -0600 |
tree | 86a54fde80dd31b23f7906a645fb2f18c09a11d8 | |
parent | 58eaf0accaa38f6e02d7af928ea0851cb4ae91cd [diff] [blame] |
special case for -pthread (bug 10876)
diff --git a/bin/mklib b/bin/mklib index 09f4fac..21d48ed 100755 --- a/bin/mklib +++ b/bin/mklib
@@ -100,6 +100,10 @@ -L*) DEPS="$DEPS $1" ;; + -pthread) + # this is a special case (see bugzilla 10876) + DEPS="$DEPS $1" + ;; '-cplusplus') CPLUSPLUS=1 ;;