summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--contrib/package/cyassl-luci/Makefile4
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