From: Florian Fainelli Date: Sat, 23 Jun 2007 15:06:04 +0000 (+0000) Subject: Specify path to the sftp-server as installed by openssh (#1951) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0e344f1388df4c728ff9606d8769f7d73b68f94f;p=openwrt%2Fsvn-archive%2Farchive.git Specify path to the sftp-server as installed by openssh (#1951) SVN-Revision: 7714 --- 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 \ )