mirror of https://github.com/hak5/openwrt-owl.git
dropbear: compile out libtomcrypt assertion messages, saves some more space
SVN-Revision: 25526owl
parent
f89919a7ee
commit
caadc06413
|
@ -65,6 +65,8 @@ CONFIGURE_ARGS += \
|
||||||
--disable-pututxline \
|
--disable-pututxline \
|
||||||
--disable-zlib
|
--disable-zlib
|
||||||
|
|
||||||
|
TARGET_CFLAGS += -DARGTYPE=3
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(SED) 's,^/\* #define PKG_MULTI.*,#define PKG_MULTI,g' $(PKG_BUILD_DIR)/options.h
|
$(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
|
$(SED) 's,^#define DO_HOST_LOOKUP,/* & */,g' $(PKG_BUILD_DIR)/options.h
|
||||||
|
|
Loading…
Reference in New Issue