diff options
author | Steven Barth <steven@midlink.org> | 2009-06-15 19:13:00 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-06-15 19:13:00 +0000 |
commit | 22c2ed1717db56853e6222aa2de406afeeb587d8 (patch) | |
tree | b413a9dc14ad547e4fb95ebe487349cbc9920d39 | |
parent | 8546622f654632277ee561aa8062ece67eb158ca (diff) |
Disable ASM math more sensible
-rw-r--r-- | contrib/package/cyassl-luci/Makefile | 4 |
1 files 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 |