Specify path to the sftp-server as installed by openssh (#1951)
authorFlorian Fainelli <florian@openwrt.org>
Sat, 23 Jun 2007 15:06:04 +0000 (15:06 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 23 Jun 2007 15:06:04 +0000 (15:06 +0000)
SVN-Revision: 7714

net/rssh/Makefile

index be71fe5ee688383f73088a611c074501aef11e32..2f83fb131299e4f930be6247cd95ca498a04816c 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 \
        )