projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce94eea
)
Specify path to the sftp-server as installed by openssh (#1951)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 23 Jun 2007 15:06:04 +0000
(15:06 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 23 Jun 2007 15:06:04 +0000
(15:06 +0000)
SVN-Revision: 7714
net/rssh/Makefile
patch
|
blob
|
history
diff --git
a/net/rssh/Makefile
b/net/rssh/Makefile
index be71fe5ee688383f73088a611c074501aef11e32..2f83fb131299e4f930be6247cd95ca498a04816c 100644
(file)
--- a/
net/rssh/Makefile
+++ b/
net/rssh/Makefile
@@
-39,6
+39,7
@@
endef
define Build/Configure
$(call Build/Configure/Default,\
+ --with-sftp-server="/usr/libexec/sftp-server" \
,\
ac_cv_func_malloc_0_nonnull=yes \
)