mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
ceph: substitute /bin/grep
This commit is contained in:
parent
8d0340aee5
commit
7748904754
@ -161,6 +161,7 @@ in rec {
|
|||||||
preConfigure =''
|
preConfigure =''
|
||||||
substituteInPlace src/common/module.c --replace "/sbin/modinfo" "modinfo"
|
substituteInPlace src/common/module.c --replace "/sbin/modinfo" "modinfo"
|
||||||
substituteInPlace src/common/module.c --replace "/sbin/modprobe" "modprobe"
|
substituteInPlace src/common/module.c --replace "/sbin/modprobe" "modprobe"
|
||||||
|
substituteInPlace src/common/module.c --replace "/bin/grep" "grep"
|
||||||
|
|
||||||
# for pybind/rgw to find internal dep
|
# for pybind/rgw to find internal dep
|
||||||
export LD_LIBRARY_PATH="$PWD/build/lib''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
|
export LD_LIBRARY_PATH="$PWD/build/lib''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user