projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
98bad0c
)
[package] update libtorrent and cleanup makefile (#5305)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 8 Jun 2009 19:41:44 +0000
(19:41 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 8 Jun 2009 19:41:44 +0000
(19:41 +0000)
SVN-Revision: 16383
libs/libtorrent/Makefile
patch
|
blob
|
history
diff --git
a/libs/libtorrent/Makefile
b/libs/libtorrent/Makefile
index c8d71729ac4ff77bd076c0c69aaa8bd92287c8a2..ce1b5948f3edaae77be0c0e1baae52bf7595cdbc 100644
(file)
--- a/
libs/libtorrent/Makefile
+++ b/
libs/libtorrent/Makefile
@@
-11,7
+11,7
@@
PKG_NAME:=libtorrent
PKG_REV:=1093
PKG_VERSION:=0.12.4_r$(PKG_REV)
PKG_REV:=1093
PKG_VERSION:=0.12.4_r$(PKG_REV)
-PKG_RELEASE:=
5
+PKG_RELEASE:=
6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=svn://rakshasa.no/libtorrent/trunk/libtorrent
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
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),)
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
endif
-ifneq ($(CONFIG_GCC_VERSION_4_2)$(CONFIG_GCC_VERSION_4_3),)
TARGET_CPPFLAGS += -fno-inline
TARGET_CPPFLAGS += -fno-inline
-endif
-
# XXX: rtorrent needs encryption (--enable-openssl)
CONFIGURE_ARGS+= \
# XXX: rtorrent needs encryption (--enable-openssl)
CONFIGURE_ARGS+= \