000-compile.patch (335B)
1 --- a/make.tmpl.in 2 +++ b/make.tmpl.in 3 @@ -19,7 +19,7 @@ SHELL = /bin/sh 4 5 # Allow environment to override any built-in default value for CC. 6 # If there is a built-in default, CC is NOT set to @CC@ here. 7 -CC ?= @CC@ 8 +CC = @CC@ 9 10 # If $(CC) holds the usual built-in default value of 'cc' then replace it with 11 # the configured value.