From af4c152ed37f130154d3b5b4369d1571b9a716c6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 15 Jun 2009 16:06:44 +0000 Subject: [PATCH] contrib/package/cyassl-luci: inline asm, -fpic and x86 don't work well together --- contrib/package/cyassl-luci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0