Now yes allowing the sftp server path in dropbear. I commit too early, clearly.
svn path=/nixpkgs/trunk/; revision=26970
This commit is contained in:
parent
a5923a2e13
commit
06c5e48804
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optional enableStatic "LDFLAGS=-static";
|
configureFlags = stdenv.lib.optional enableStatic "LDFLAGS=-static";
|
||||||
|
|
||||||
CFLAGS = "-DSFTPSERVER_PATH=${sftpPath}";
|
CFLAGS = "-DSFTPSERVER_PATH=\\\"${sftpPath}\\\"";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Allow sessions to inherit the PATH from the parent dropbear.
|
# Allow sessions to inherit the PATH from the parent dropbear.
|
||||||
|
|
Loading…
Reference in New Issue