nut: moved to github
[openwrt/svn-archive/packages.git] / utils / lvm2 / patches / 000-compile.patch
1 --- a/make.tmpl.in
2 +++ b/make.tmpl.in
3 @@ -19,7 +19,7 @@
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.