Skip to content

building on openbsd. #1988

@avis

Description

@avis

Summary of Feature

Build on openbsd fails but easy to fix. (maybe this could be fixed in the future)

  • make has to be replaced with gmake
  • disable ledger for now as the HID subsystem is different on openbsd and brejski/hid doesn't currently support it.

Steps to Reproduce & Fix

....
make get_tools && make get_vendor_deps && make install

FIX:
pkg_add gmake
gmake get_tools && gmake get_vendor_deps && gmake install LEDGER_ENABLED=false


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions