summaryrefslogtreecommitdiff
path: root/package/ctorrent
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-24 22:14:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-24 22:14:13 +0200
commit8e09105ecbddd319a54dccaaf1e9f277bc44dfb4 (patch)
tree29c3788258b6bbd953d36dbf1386fb06ec58f7e8 /package/ctorrent
parentbad63eb735b13e1f009a19af1dd810f7279c2ba1 (diff)
more gcc 4.4 issues on mips
- disable runit in busybox - update gmp to latest upstream - PKG_DEPEND -> PKG_DEPENDS
Diffstat (limited to 'package/ctorrent')
-rwxr-xr-xpackage/ctorrent/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/ctorrent/Makefile b/package/ctorrent/Makefile
index c9cf60739..7fb1bea5b 100755
--- a/package/ctorrent/Makefile
+++ b/package/ctorrent/Makefile
@@ -11,20 +11,22 @@ PKG_RELEASE:= 2
PKG_MD5SUM:= 6635e2d0d0ee21faeb85d95cd93c137b
MASTER_SITES:= http://www.rahul.net/dholmes/ctorrent/
WRKDIST= ${WRKDIR}/${PKG_NAME}-dnh2
+
ifeq ($(ADK_COMPILE_CTORRENT_WITH_UCLIBCXX),y)
-PKG_DEPEND:= uclibc++
+PKG_DEPENDS:= uclibc++
else
-PKG_DEPEND:= libstdcxx
+PKG_DEPENDS:= libstdcxx
endif
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,CTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEND}))
+$(eval $(call PKG_template,CTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS}))
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