contrib/package/cyassl-luci: inline asm, -fpic and x86 don't work well together
This commit is contained in:
parent
bdf0a4b520
commit
af4c152ed3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue