From: Oliver Ertl Date: Sun, 1 Jul 2007 11:14:32 +0000 (+0000) Subject: Fix scponly compilation (#1982) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9ac04501580b53f29af14a952c6c53062b33e50c Fix scponly compilation (#1982) SVN-Revision: 7823 --- diff --git a/utils/scponly/Makefile b/utils/scponly/Makefile index 1e3981d794..064e9d8821 100644 --- a/utils/scponly/Makefile +++ b/utils/scponly/Makefile @@ -13,7 +13,8 @@ PKG_VERSION:=4.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://sublimation.org/scponly +PKG_SOURCE_URL:=@SF/scponly \ + http://sublimation.org/scponly PKG_MD5SUM:=0425cb868cadd026851238452f1db907 PKG_CAT:=zcat @@ -21,11 +22,13 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk -CONFIGURE_ARGS+= \ - --enable-winscp-compat \ - --enable-scp-compat \ - --disable-rsync-compat \ - --with-sftp-server="/usr/libexec/sftp-server" +CONFIGURE_ARGS += \ + ac_cv_path_scponly_PROG_SFTP_SERVER="/usr/libexec/sftp-server" \ + , \ + --enable-winscp-compat \ + --enable-scp-compat \ + --disable-rsync-compat \ + --with-sftp-server="/usr/libexec/sftp-server" define Package/scponly SECTION:=utils