summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/0004-fix-build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0004-fix-build.patch b/patches/0004-fix-build.patch
index 1a0daf6..e3d3566 100644
--- a/patches/0004-fix-build.patch
+++ b/patches/0004-fix-build.patch
@@ -80,7 +80,7 @@ index 000000000..47a532907
+endef
+
+define $(package)_config_cmds
-+ cmake -DCMAKE_INSTALL_PREFIX=$(host_prefix) -DCMAKE_C_COMPILER=${CC} .
++ cmake -DCMAKE_INSTALL_PREFIX=$(host_prefix) -DCMAKE_C_COMPILER=$($(package)_cc) .
+endef
+
+define $(package)_build_cmds