[package] update libtorrent to 0.12.6 (#6263)
[openwrt/svn-archive/archive.git] / libs / libtorrent / Makefile
index c8d71729ac4ff77bd076c0c69aaa8bd92287c8a2..7b900e4c5766d3fc423718c2acbe1691e142d8c5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2008 OpenWrt.org
+# Copyright (C) 2007-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libtorrent
 
-PKG_REV:=1093
-PKG_VERSION:=0.12.4_r$(PKG_REV)
-PKG_RELEASE:=5
+PKG_REV:=1106
+PKG_VERSION:=0.12.6_r$(PKG_REV)
+PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=svn://rakshasa.no/libtorrent/trunk/libtorrent
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
@@ -39,13 +39,10 @@ define Package/libtorrent/description
 endef
 
 ifneq ($(CONFIG_GCC_VERSION_3_4)$(CONFIG_GCC_VERSION_4_1),)
-TARGET_CPPFLAGS += -fno-strict-aliasing -fno-inline
+TARGET_CPPFLAGS += -fno-strict-aliasing
 endif
 
-ifneq ($(CONFIG_GCC_VERSION_4_2)$(CONFIG_GCC_VERSION_4_3),)
 TARGET_CPPFLAGS += -fno-inline
-endif
-
 
 # XXX: rtorrent needs encryption (--enable-openssl)
 CONFIGURE_ARGS+= \