summaryrefslogtreecommitdiffstats
path: root/package/dropbear
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 16:54:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 16:54:44 +0000
commitcaadc06413c709ff297c951302d1c9be885c2129 (patch)
tree2857046158f6d432f63145dd5991dd56e51b6265 /package/dropbear
parentf89919a7ee919a467435564a32248842a4ebdd95 (diff)
downloadmaster-31e0f0ae-caadc06413c709ff297c951302d1c9be885c2129.tar.gz
master-31e0f0ae-caadc06413c709ff297c951302d1c9be885c2129.tar.bz2
master-31e0f0ae-caadc06413c709ff297c951302d1c9be885c2129.zip
dropbear: compile out libtomcrypt assertion messages, saves some more space
SVN-Revision: 25526
Diffstat (limited to 'package/dropbear')
-rw-r--r--package/dropbear/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index 6fad273660..5bcc5fb9b0 100644
--- 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