iproute_mptcp: fix preConfigure (#97747)
This commit is contained in:
parent
28f21171d7
commit
d0edb00019
@ -11,6 +11,12 @@ iproute.overrideAttrs (oa: rec {
|
||||
sha256 = "07fihvwlaj0ng8s8sxqhd0a9h1narcnp4ibk88km9cpsd32xv4q3";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
# Don't try to create /var/lib/arpd:
|
||||
sed -e '/ARPDDIR/d' -i Makefile
|
||||
patchShebangs configure
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/multipath-tcp/iproute-mptcp";
|
||||
description = "IP-Route extensions for MultiPath TCP";
|
||||
|
Loading…
Reference in New Issue
Block a user