diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/cyassl-luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/cyassl-luci/Makefile b/contrib/package/cyassl-luci/Makefile index d782f8e21..53b319b24 100644 --- a/contrib/package/cyassl-luci/Makefile +++ b/contrib/package/cyassl-luci/Makefile @@ -37,7 +37,7 @@ 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) +TARGET_CFLAGS += $(FPIC) -DTFM_NO_ASM CONFIGURE_ARGS += --without-zlib --enable-fastmath |