Fix the path to the sfpt-server binary (#1952)
authorFlorian Fainelli <florian@openwrt.org>
Sat, 23 Jun 2007 15:15:46 +0000 (15:15 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 23 Jun 2007 15:15:46 +0000 (15:15 +0000)
SVN-Revision: 7715

utils/scponly/Makefile

index f6ea5bc23dc3f0f41ef88e8e216f04e5e78e5076..1e3981d7946c31cd791f1be430160afb6f4763fd 100644 (file)
@@ -24,7 +24,8 @@ include $(INCLUDE_DIR)/package.mk
 CONFIGURE_ARGS+= \
   --enable-winscp-compat \
   --enable-scp-compat \
 CONFIGURE_ARGS+= \
   --enable-winscp-compat \
   --enable-scp-compat \
-  --disable-rsync-compat
+  --disable-rsync-compat \
+  --with-sftp-server="/usr/libexec/sftp-server"
 
 define Package/scponly
   SECTION:=utils
 
 define Package/scponly
   SECTION:=utils