projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a7cd85
)
disable reverse lookup in dropbear
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 May 2005 10:09:05 +0000
(10:09 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 May 2005 10:09:05 +0000
(10:09 +0000)
SVN-Revision: 1124
openwrt/package/dropbear/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/dropbear/Makefile
b/openwrt/package/dropbear/Makefile
index 6795605c351a1144e9841f582af6111db0ef6b18..871a5c710c33d4458dcbc59fe3195c8315f2f1b4 100644
(file)
--- 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) \