parent
363363298c
commit
f9a23fe0a6
@ -6,6 +6,7 @@
|
|||||||
, zlib, libuuid, python, attr, openssl
|
, zlib, libuuid, python, attr, openssl
|
||||||
, libtirpc
|
, libtirpc
|
||||||
, nfs-utils
|
, nfs-utils
|
||||||
|
, gawk, gnugrep, gnused, systemd
|
||||||
|
|
||||||
# Kernel dependencies
|
# Kernel dependencies
|
||||||
, kernel ? null, spl ? null, splUnstable ? null, splLegacyCrypto ? null
|
, kernel ? null, spl ? null, splUnstable ? null, splLegacyCrypto ? null
|
||||||
@ -82,6 +83,9 @@ let
|
|||||||
do
|
do
|
||||||
substituteInPlace "$f" --replace "/lib/udev/vdev_id" "$out/lib/udev/vdev_id"
|
substituteInPlace "$f" --replace "/lib/udev/vdev_id" "$out/lib/udev/vdev_id"
|
||||||
done
|
done
|
||||||
|
substituteInPlace ./cmd/vdev_id/vdev_id \
|
||||||
|
--replace "PATH=/bin:/sbin:/usr/bin:/usr/sbin" \
|
||||||
|
"PATH=${makeBinPath [ coreutils gawk gnused gnugrep systemd ]}"
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
configureFlagsArray+=("--libexecdir=$out/libexec")
|
configureFlagsArray+=("--libexecdir=$out/libexec")
|
||||||
|
Loading…
Reference in New Issue
Block a user