Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

ZoL master and FreeBSD 11.2 support #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2018

  1. Generalize build system and update for ZoL master

    The LIBCLANG_PATH environment variable was unused, the 'boolean' enum is
    anonymous and typedef'd to 'boolean_t', the ZoL-specific 'thread_init' and
    'thread_fini' have disappeared, gcc is now queried for system include paths,
    and the include paths of the libzfs pkg-config are now used.
    
    Signed-off-by: David Sheets <[email protected]>
    dsheets committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    cf5f07b View commit details
    Browse the repository at this point in the history
  2. Update build system to support ZFS in FreeBSD 11.2

    ZoL `master` (2e5dc449c1a65e0b0bf730fd69c9b5804bd57ee8) and FreeBSD 11.2 have
    compatible libzfs APIs but FreeBSD lacks pkg-config and has different ZFS source
    include directories. Fixes whamcloud#63.
    
    Signed-off-by: David Sheets <[email protected]>
    dsheets committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    f8ba55d View commit details
    Browse the repository at this point in the history
  3. Add back LIBCLANG_PATH env var for CI

    Signed-off-by: David Sheets <[email protected]>
    dsheets committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    0f73ac1 View commit details
    Browse the repository at this point in the history