projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58eaf0a
)
special case for -pthread (bug 10876)
author
Brian
<brian@yutani.localnet.net>
Tue, 8 May 2007 20:03:04 +0000
(14:03 -0600)
committer
Brian
<brian@yutani.localnet.net>
Tue, 8 May 2007 20:03:04 +0000
(14:03 -0600)
bin/mklib
patch
|
blob
|
history
diff --git
a/bin/mklib
b/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
;;