special case for -pthread (bug 10876)
authorBrian <brian@yutani.localnet.net>
Tue, 8 May 2007 20:03:04 +0000 (14:03 -0600)
committerBrian <brian@yutani.localnet.net>
Tue, 8 May 2007 20:03:04 +0000 (14:03 -0600)
bin/mklib

index 09f4fac9e5119b8151a09b75e5ec04156e8ede2b..21d48edd771061ab31cb5fd175ae20abcf9dbfe2 100755 (executable)
--- 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
            ;;