[package] update to librtorrent to 0.12.4-svn1087
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15088 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8ab8b79584
commit
14a33199db
@ -9,12 +9,15 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libtorrent
|
PKG_NAME:=libtorrent
|
||||||
PKG_VERSION:=0.12.4
|
|
||||||
PKG_RELEASE:=1
|
|
||||||
|
|
||||||
|
PKG_REV:=1087
|
||||||
|
PKG_VERSION:=0.12.4_r$(PKG_REV)
|
||||||
|
PKG_RELEASE:=3
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://libtorrent.rakshasa.no/downloads/
|
PKG_SOURCE_URL:=svn://rakshasa.no/libtorrent/trunk/libtorrent
|
||||||
PKG_MD5SUM:=7e4b4c29a69c86c38e3e60ec11fc2255
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||||
|
PKG_SOURCE_PROTO:=svn
|
||||||
|
|
||||||
PKG_FIXUP = libtool
|
PKG_FIXUP = libtool
|
||||||
|
|
||||||
@ -38,6 +41,9 @@ endef
|
|||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
|
TARGET_CPPFLAGS += \
|
||||||
|
-fno-strict-aliasing -fno-inline \
|
||||||
|
|
||||||
# XXX: rtorrent needs encryption (--enable-openssl)
|
# XXX: rtorrent needs encryption (--enable-openssl)
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
@ -46,6 +52,11 @@ CONFIGURE_ARGS+= \
|
|||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-openssl \
|
--enable-openssl \
|
||||||
|
|
||||||
|
define Build/Configure
|
||||||
|
(cd $(PKG_BUILD_DIR); ./autogen.sh );
|
||||||
|
$(call Build/Configure/Default)
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user