contrib/package/cyassl-luci: inline asm, -fpic and x86 don't work well together

This commit is contained in:
Jo-Philipp Wich 2009-06-15 16:06:44 +00:00
parent bdf0a4b520
commit af4c152ed3

View file

@ -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