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

Use cmake timestamp macro #472

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 25, 2017

  1. Use cmake timestamp macro

    Without this patch it is hard to build mariadb packages
    that do not differ between builds.
    
    See https://reproducible-builds.org/ for why this matters.
    
    With this patch, it is possible, because recent cmake versions
    honor the SOURCE_DATE_EPOCH environment variable.
    
    Also allows building on platforms that are not UNIX or WIN32
    as a side-effect.
    bmwiedemann committed Oct 25, 2017
    Copy the full SHA
    5ab2fce View commit details
    Browse the repository at this point in the history