Browse Source

dropbear: compile out libtomcrypt assertion messages, saves some more space

SVN-Revision: 25526
Felix Fietkau 14 years ago
parent
commit
caadc06413
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/dropbear/Makefile

+ 2 - 0
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