Specify path to the sftp-server as installed by openssh (#1951)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Jun 2007 15:06:04 +0000 (15:06 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Jun 2007 15:06:04 +0000 (15:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7714 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/rssh/Makefile

index be71fe5..2f83fb1 100644 (file)
@@ -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 \
        )