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:
Lluís Batlle i Rossell 2011-04-25 15:04:56 +00:00
parent a5923a2e13
commit 06c5e48804
1 changed files with 1 additions and 1 deletions

View File

@ -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.