diff options
Diffstat (limited to 'package/ctorrent/Makefile')
-rwxr-xr-x | package/ctorrent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ctorrent/Makefile b/package/ctorrent/Makefile index 44436bb7f..5c6221b08 100755 --- a/package/ctorrent/Makefile +++ b/package/ctorrent/Makefile @@ -30,6 +30,7 @@ ifeq ($(ADK_COMPILE_CTORRENT_WITH_UCLIBCXX),y) TCXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++ TLDFLAGS+= -lgcc_s -luClibc++ -lc -lm -nodefaultlibs endif + CONFIGURE_STYLE= gnu BUILD_STYLE= auto INSTALL_STYLE= auto |