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

Add FreeBSD build support #4030

Merged
merged 8 commits into from Sep 12, 2019
Merged

Add FreeBSD build support #4030

merged 8 commits into from Sep 12, 2019

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    5222c39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    734e594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc0c977 View commit details
    Browse the repository at this point in the history
  4. depends: Patch libevent to detect arch4random_addrandom

    See details in libevent/libevent#615.
    The patches can be dropped after we move to the next stable release.
    str4d committed May 22, 2019
    Configuration menu
    Copy the full SHA
    bfc997c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40d848d View commit details
    Browse the repository at this point in the history
  6. depends: Explicitly call Rust install script using bash

    On FreeBSD 12, the bash package is not necessarily installed to /bin/bash,
    which the install script assumes is the location. Since we depend on bash
    for building anyway, we can just explicitly call it.
    str4d committed May 22, 2019
    Configuration menu
    Copy the full SHA
    dea2781 View commit details
    Browse the repository at this point in the history
  7. depends: Use project-config.jam to configure Boost instead of user-co…

    …nfig.jam
    
    Per the Boost.Build documentation, user-config.jam is supposed to only
    be located in the user's home directory, and this appears to be enforced
    on FreeBSD.
    str4d committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b6d0996 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae6cee2 View commit details
    Browse the repository at this point in the history