summaryrefslogtreecommitdiff
path: root/package/ctorrent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ctorrent/Makefile')
-rwxr-xr-xpackage/ctorrent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ctorrent/Makefile b/package/ctorrent/Makefile
index ff4b662cb..a73cef591 100755
--- a/package/ctorrent/Makefile
+++ b/package/ctorrent/Makefile
@@ -23,7 +23,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,CTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
ifeq ($(ADK_COMPILE_CTORRENT_WITH_UCLIBCXX),y)
-TCXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++
+TCXXFLAGS+= -fno-threadsafe-statics -fno-builtin -fno-rtti -nostdinc++
TLDFLAGS+= -lgcc_s -luClibc++ -lc -lm -nodefaultlibs
endif