Merge pull request #54629 from ecoughlan/openfortivpn-fixes
openfortivpn: fix pppd location after 0.8.0 upgrade
This commit is contained in:
commit
940f216241
|
@ -20,9 +20,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=unused-function";
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace src/tunnel.c --replace "/usr/sbin/pppd" "${ppp}/bin/pppd"
|
||||
'';
|
||||
configureFlags = [ "--with-pppd=${ppp}/bin/pppd" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue