From: Florian Fainelli Date: Mon, 29 Mar 2010 20:39:55 +0000 (+0000) Subject: [package] libtorrent can only be built with gcc-4.2.1, which is provided by linux... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=7e2146b5c19bbf2972fc9ee7070347c910bc04ca [package] libtorrent can only be built with gcc-4.2.1, which is provided by linux 2.6, so make it linux-2.6 specific SVN-Revision: 20589 --- diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 5cfe8b8b4a..49c6fae9bd 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -29,7 +29,7 @@ define Package/libtorrent CATEGORY:=Libraries TITLE:=Rakshasa's BitTorrent library URL:=http://libtorrent.rakshasa.no/ - DEPENDS:=+libopenssl +libsigcxx + DEPENDS:=+libopenssl +libsigcxx @LINUX_2_6 endef define Package/libtorrent/description