blob: f954d9831baac63b318c79adbc838bf5addb1dae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Mesa-7.8.2.orig/configs/default 2010-06-16 23:22:17.000000000 +0200
+++ Mesa-7.8.2/configs/default 2010-12-03 01:19:21.000000000 +0100
@@ -32,7 +32,7 @@ APP_CXX = $(CXX)
# Misc tools and flags
SHELL = /bin/sh
-MKLIB = $(SHELL) $(TOP)/bin/mklib
+MKLIB = env RANLIB=$(RANLIB) AR=$(AR) $(SHELL) $(TOP)/bin/mklib
MKLIB_OPTIONS =
MKDEP = makedepend
MKDEP_OPTIONS = -fdepend
|