SmartAudio/package/utils/lvm2/patches/000-compile.patch

12 lines
333 B
Diff
Raw Normal View History

2018-07-13 01:31:50 +00:00
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -19,7 +19,7 @@ SHELL = @SHELL@
# 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.