Use the gnu configure options (#1771)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 May 2007 10:51:14 +0000 (10:51 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 May 2007 10:51:14 +0000 (10:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7401 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/scponly/Makefile

index ce6ec05..f6ea5bc 100644 (file)
@@ -21,12 +21,10 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 
 include $(INCLUDE_DIR)/package.mk
 
-PKG_CONFIGURE_OPTS:= \
+CONFIGURE_ARGS+= \
   --enable-winscp-compat \
   --enable-scp-compat \
-  --disable-rsync-compat \
-  --without-sftp-server
-
+  --disable-rsync-compat
 
 define Package/scponly
   SECTION:=utils