From 22c2ed1717db56853e6222aa2de406afeeb587d8 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 15 Jun 2009 19:13:00 +0000 Subject: [PATCH] Disable ASM math more sensible --- contrib/package/cyassl-luci/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/package/cyassl-luci/Makefile b/contrib/package/cyassl-luci/Makefile index 53b319b24..6d1b6a655 100644 --- a/contrib/package/cyassl-luci/Makefile +++ b/contrib/package/cyassl-luci/Makefile @@ -37,9 +37,9 @@ define Package/libcyassl-luci/description CyaSSL is an SSL library optimized for small footprint, both on disk and for memory use. endef -TARGET_CFLAGS += $(FPIC) -DTFM_NO_ASM +TARGET_CFLAGS += $(FPIC) -CONFIGURE_ARGS += --without-zlib --enable-fastmath +CONFIGURE_ARGS += --without-zlib define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/ctaocrypt -- 2.25.1