summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/mklib4
1 files changed, 4 insertions, 0 deletions
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
;;