summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-06-15 16:06:44 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-06-15 16:06:44 +0000
commitaf4c152ed37f130154d3b5b4369d1571b9a716c6 (patch)
tree255678cdeb7f4594841bff0b2ee6839089e597b0 /contrib
parentbdf0a4b520bdeb2c892f7eaadf3242c1b824bf11 (diff)
contrib/package/cyassl-luci: inline asm, -fpic and x86 don't work well together
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/cyassl-luci/Makefile2
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