Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow goaccess to be cross compiled. #2038

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 23, 2021

  1. Allow goaccess to be cross compiled.

    When cross compiling, bin2c needs to be built for the build system, so
    building it with the CC compiler won't work. We use an autoconf macro in
    order to obtain a good value for CC_FOR_BUILD, and define a rule using
    it directly instead.
    
    Reference
    https://www.gnu.org/software/autoconf-archive/ax_cc_for_build.html
    ericonr committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    79fbdf5 View commit details
    Browse the repository at this point in the history