summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli2007-06-23 15:06:04 +0000
committerFlorian Fainelli2007-06-23 15:06:04 +0000
commit0e344f1388df4c728ff9606d8769f7d73b68f94f (patch)
tree55d5d424938fe8b088ed8bc68ac70aa60cba7d46
parentce94eea07509c88e345d10bbb5d6abe14d6c04f4 (diff)
downloadarchive-0e344f1388df4c728ff9606d8769f7d73b68f94f.tar.gz
Specify path to the sftp-server as installed by openssh (#1951)
SVN-Revision: 7714
-rw-r--r--net/rssh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rssh/Makefile b/net/rssh/Makefile
index be71fe5ee6..2f83fb1312 100644
--- 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 \
)