summaryrefslogtreecommitdiff
path: root/package/libtorrent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtorrent/Makefile')
-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)