Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-13353

Patch bzip2 to respect the passed in CC

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 4.5.0
    • None
    • Infrastructure
    • None

    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

      Attachments

        Activity

          People

            Unassigned Unassigned
            joemcdonnell Joe McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: