From 6cedcf5f5dff5851e780d2dda8a7a528bb4d8aad Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 29 Mar 2010 20:39:55 +0000 Subject: [PATCH] [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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@20589 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libtorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 5cfe8b8b4..49c6fae9b 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 -- 2.11.0