1 2 3 4 5 6 7 8 9 10 11 12 13 14
Index: Mesa-6.5.3/bin/mklib =================================================================== --- Mesa-6.5.3.orig/bin/mklib +++ Mesa-6.5.3/bin/mklib @@ -100,6 +100,9 @@ do -L*) DEPS="$DEPS $1" ;; + -pthread) + DEPS="$DEPS $1" + ;; '-cplusplus') CPLUSPLUS=1 ;;