From: Steven Barth Date: Mon, 15 Jun 2009 19:13:00 +0000 (+0000) Subject: Disable ASM math more sensible X-Git-Tag: 0.10.0~1551 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=22c2ed1717db56853e6222aa2de406afeeb587d8;p=oweals%2Fluci.git Disable ASM math more sensible --- 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