aboutsummaryrefslogtreecommitdiff
path: root/utils/lvm2/patches/000-compile.patch
blob: 0c7dfea7f359dedfe41f9db89e249face96f074d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -19,7 +19,7 @@
 
 # Allow environment to override any built-in default value for CC.
 # If there is a built-in default, CC is NOT set to @CC@ here.
-CC ?= @CC@
+CC = @CC@
 
 # If $(CC) holds the usual built-in default value of 'cc' then replace it with
 # the configured value.