diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 16:54:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 16:54:44 +0000 |
commit | caadc06413c709ff297c951302d1c9be885c2129 (patch) | |
tree | 2857046158f6d432f63145dd5991dd56e51b6265 /package/dropbear/Makefile | |
parent | f89919a7ee919a467435564a32248842a4ebdd95 (diff) | |
download | upstream-caadc06413c709ff297c951302d1c9be885c2129.tar.gz upstream-caadc06413c709ff297c951302d1c9be885c2129.tar.bz2 upstream-caadc06413c709ff297c951302d1c9be885c2129.zip |
dropbear: compile out libtomcrypt assertion messages, saves some more space
SVN-Revision: 25526
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 2 |
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 |