FreeBSD: define MAKE=gmake in configure env
The default make on FreeBSD is bmake not GNU make. Set MAKE=gmake to prevent configure errors.
This commit is contained in:
committed by
George Melikov
parent
28e0bde4c4
commit
56afbc77ef
@@ -84,7 +84,7 @@ To build and install:
|
||||
git clone https://github.com/openzfs/zfs
|
||||
cd zfs
|
||||
./autogen.sh
|
||||
./configure
|
||||
env MAKE=gmake ./configure
|
||||
gmake -j`sysctl -n hw.ncpu`
|
||||
# as root
|
||||
gmake install
|
||||
|
||||
Reference in New Issue
Block a user