Specify path to the sftp-server as installed by openssh (#1951)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7714 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-23 15:06:04 +00:00
parent d82cf6b6d9
commit 149316e0fa

View 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 \
)