diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-05-31 10:09:05 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-31 10:09:05 +0000 |
| commit | d5d079302003ecbfd2836610a9367125b2b28180 (patch) | |
| tree | 1674bb04b2c5092344792b8c65e1661ef48b34f8 | |
| parent | 6b1439807022bc5fe43c4e9fc394c280b8e6905a (diff) | |
| download | upstream-d5d079302003ecbfd2836610a9367125b2b28180.tar.gz upstream-d5d079302003ecbfd2836610a9367125b2b28180.tar.bz2 upstream-d5d079302003ecbfd2836610a9367125b2b28180.zip | |
disable reverse lookup in dropbear
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1124 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/dropbear/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 6795605c351..871a5c710c3 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dropbear PKG_VERSION:=0.45 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MD5SUM:=2bcc46e4c239aec982bf36a723dd0b0e PKG_SOURCE_URL:=http://matt.ucc.asn.au/dropbear/releases/ @@ -19,6 +19,7 @@ $(eval $(call PKG_template,DROPBEAR,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$( $(PKG_BUILD_DIR)/.configured: $(SED) 's,^/\* #define PKG_MULTI.*,#define PKG_MULTI,g' $(PKG_BUILD_DIR)/options.h + $(SED) 's,^#define DO_HOST_LOOKUP,/* & */,g' $(PKG_BUILD_DIR)/options.h (cd $(PKG_BUILD_DIR); rm -rf config.cache; \ autoconf; \ $(TARGET_CONFIGURE_OPTS) \ |
