Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Impala 4.5.0
-
None
-
None
-
ghx-label-14
Description
Bzip2 hard codes CC to gcc in its Makefile:
CC=gcc
This prevents it from working with clang. One way to fix it is to change this to:
CC ?= gcc