libtorrent can only be built with gcc-4.2.1, which is provided by linux 2.6, so make...
authorFlorian Fainelli <florian@openwrt.org>
Mon, 29 Mar 2010 20:39:55 +0000 (20:39 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 29 Mar 2010 20:39:55 +0000 (20:39 +0000)
SVN-Revision: 20589

libs/libtorrent/Makefile

index 5cfe8b8b4afcd279f84497a3f1a42768c4e86106..49c6fae9bdae7f918d4c1529eb74569cf3a01e3a 100644 (file)
@@ -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