summaryrefslogtreecommitdiffstats
path: root/src/libtorrent-rasterbar.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-05-05 10:24:19 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-05-30 03:17:34 (GMT)
commitb247344bdc579b2bd8b6a54e213f4ddf4081f187 (patch)
tree4528cce387726dd8781188fb5c3ad52dc2c7419b /src/libtorrent-rasterbar.mk
parent98177171036640c72b54381155477a9ca42b5a47 (diff)
downloadmxe-b247344bdc579b2bd8b6a54e213f4ddf4081f187.zip
mxe-b247344bdc579b2bd8b6a54e213f4ddf4081f187.tar.gz
mxe-b247344bdc579b2bd8b6a54e213f4ddf4081f187.tar.bz2
libtorrent-rasterbar: update 1.0.7 --> 1.1.0
failing on x86_64-w64-mingw32.static
Diffstat (limited to 'src/libtorrent-rasterbar.mk')
-rw-r--r--src/libtorrent-rasterbar.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/libtorrent-rasterbar.mk b/src/libtorrent-rasterbar.mk
index 02732fd..d96baf8 100644
--- a/src/libtorrent-rasterbar.mk
+++ b/src/libtorrent-rasterbar.mk
@@ -3,11 +3,13 @@
PKG := libtorrent-rasterbar
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.0.7
-$(PKG)_CHECKSUM := 3e16e024b175fefada17471c659fdbcfab235f9619d4f0913faa13cb02ca8d83
+$(PKG)_VERSION := 1.1.0
+$(PKG)_CHECKSUM := 2713df7da4aec5263ac11b6626ea966f368a5a8081103fd8f2f2ed97b5cd731d
$(PKG)_SUBDIR := libtorrent-rasterbar-$($(PKG)_VERSION)
$(PKG)_FILE := libtorrent-rasterbar-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/arvidn/libtorrent/releases/download/libtorrent-$(subst .,_,$($(PKG)_VERSION))/libtorrent-rasterbar-$($(PKG)_VERSION).tar.gz
+# this will likely revert to standard naming in future releases
+$(PKG)_URL := https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_1/libtorrent-rasterbar-$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := gcc boost openssl
define $(PKG)_UPDATE
@@ -17,14 +19,14 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && \
- ./configure \
+ cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
PKG_CONFIG='$(PREFIX)/bin/$(TARGET)-pkg-config' \
- --with-boost-system=boost_system-mt \
+ --with-boost='$(PREFIX)/$(TARGET)' \
--disable-debug \
--disable-tests \
- --disable-examples
+ --disable-examples \
+ CXXFLAGS='-D_WIN32_WINNT=0x0501'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef