From 0e344f1388df4c728ff9606d8769f7d73b68f94f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 23 Jun 2007 15:06:04 +0000 Subject: [PATCH] Specify path to the sftp-server as installed by openssh (#1951) SVN-Revision: 7714 --- net/rssh/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ ) -- 2.30.2