diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-20 20:23:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-20 20:23:01 +0100 |
commit | b465429a7e4a1f336947ec59ef5f660db85022f0 (patch) | |
tree | 45ed682ea3d7164cb70c4a2f19becf38cd957315 /package/ctorrent | |
parent | 96bc4e2dbfe9ea192ffd0762093cc38c80f789c1 (diff) |
fix more uclibc bulk build errors and add sfdisk/parted
- add sfdisk and parted for nfsroot installations to cfdisk
- fix more uclibc bulk build errors
Diffstat (limited to 'package/ctorrent')
-rwxr-xr-x | package/ctorrent/Makefile | 2 |
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 |