projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f89919a
)
dropbear: compile out libtomcrypt assertion messages, saves some more space
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Feb 2011 16:54:44 +0000
(16:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Feb 2011 16:54:44 +0000
(16:54 +0000)
SVN-Revision: 25526
package/dropbear/Makefile
patch
|
blob
|
history
diff --git
a/package/dropbear/Makefile
b/package/dropbear/Makefile
index 6fad273660a4f160dcea3dfe778fd1ea54c54a9e..5bcc5fb9b01cc847bcaa99aac42c06d6197e8126 100644
(file)
--- a/
package/dropbear/Makefile
+++ b/
package/dropbear/Makefile
@@
-65,6
+65,8
@@
CONFIGURE_ARGS += \
--disable-pututxline \
--disable-zlib
+TARGET_CFLAGS += -DARGTYPE=3
+
define Build/Configure
$(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