X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Flibtorrent%2FMakefile;h=c8d71729ac4ff77bd076c0c69aaa8bd92287c8a2;hp=06ee3464bc27cd6aae1e1c5cbbe871d6b247317a;hb=232e40446f4a354faeff832ee7a7d451c275bc21;hpb=def0f1b7f6e5ba4777254633e9ffb4670e4e6ab4 diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 06ee3464bc..c8d71729ac 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtorrent -PKG_REV:=1087 +PKG_REV:=1093 PKG_VERSION:=0.12.4_r$(PKG_REV) -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=svn://rakshasa.no/libtorrent/trunk/libtorrent PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) @@ -38,10 +38,14 @@ define Package/libtorrent/description the speed of the official client. endef -TARGET_CFLAGS += $(FPIC) +ifneq ($(CONFIG_GCC_VERSION_3_4)$(CONFIG_GCC_VERSION_4_1),) +TARGET_CPPFLAGS += -fno-strict-aliasing -fno-inline +endif + +ifneq ($(CONFIG_GCC_VERSION_4_2)$(CONFIG_GCC_VERSION_4_3),) +TARGET_CPPFLAGS += -fno-inline +endif -TARGET_CPPFLAGS += \ - -fno-strict-aliasing -fno-inline \ # XXX: rtorrent needs encryption (--enable-openssl) CONFIGURE_ARGS+= \