dropbear: compile out libtomcrypt assertion messages, saves some more space
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Feb 2011 16:54:44 +0000 (16:54 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Feb 2011 16:54:44 +0000 (16:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25526 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/dropbear/Makefile

index 6fad273..5bcc5fb 100644 (file)
@@ -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