zfsonfreebsd / ZoF

ZFS on FreeBSD - the official out of tree OpenZFS implementation for FreeBSD
https://freebsd.org
Other
100 stars 8 forks source link

Fix complete freebsd build #82

Closed wca closed 5 years ago

wca commented 5 years ago

Motivation and Context

This enables doing a complete FreeBSD build from just configure+gmake.

Description

How Has This Been Tested?

On FreeBSD only: ./autogen.sh && ./configure --prefix=/usr/local --with-freebsd=/path/to/src && gmake -j4

Types of changes