summaryrefslogtreecommitdiff
path: root/package/libtorrent
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2009-12-20 00:53:52 +0059
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 10:35:07 +0100
commit39d2849441575a8cc683c215ab32f93eccfd79ab (patch)
tree2f44120c70cfb9efb7d96032f0fbf91fb4e19dc0 /package/libtorrent
parenta533b462aa15737edc04985150280b5775cb46df (diff)
automatic handling of CFrustFrust packages
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package/libtorrent')
-rw-r--r--package/libtorrent/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile
index 5df9a7040..4d55aa87e 100644
--- a/package/libtorrent/Makefile
+++ b/package/libtorrent/Makefile
@@ -13,15 +13,10 @@ PKG_SECTION:= libs
PKG_DEPENDS:= libopenssl libsigc++
PKG_URL:= http://libtorrent.rakshasa.no
PKG_SITES:= http://libtorrent.rakshasa.no/downloads/
+PKG_CXX:= LIBTORRENT
include ${TOPDIR}/mk/package.mk
-ifeq ($(ADK_COMPILE_LIBTORRENT_WITH_UCLIBCXX),y)
-PKG_DEPENDS+= uclibc++
-else
-PKG_DEPENDS+= libstdcxx
-endif
-
$(eval $(call PKG_template,LIBTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
ifeq ($(ADK_COMPILE_LIBTORRENT_WITH_UCLIBCXX),y)