summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-02-18 21:58:12 +0000
committer Eric Hameleers <alien@slackware.com>2016-02-18 21:58:12 +0000
commitd49e6563d5a4bbe9c8cbeba143e6c95998c2f85b (patch)
treea9db63fb88d3f975b3dbbd478248aae98a885b77 /libtorrent-rasterbar
parent4c2b42eb17d208e5d3f959936da284fb409c8597 (diff)
downloadasb-d49e6563d5a4bbe9c8cbeba143e6c95998c2f85b.tar.gz
asb-d49e6563d5a4bbe9c8cbeba143e6c95998c2f85b.tar.xz
libtorrent-rasterbar: updated to 1.0.8, accompanies qbittorrent 3.3.3.
Diffstat (limited to 'libtorrent-rasterbar')
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index 01df8ab1..b4bb06dc 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -78,6 +78,8 @@
# * Rebuilt to accompany qbittorrent 3.2.5 on -current.
# 1.0.7-1: 28/dec/2015 by Eric Hameleers <alien@slackware.com>
# * Updated to accompany qbittorrent 3.3.1.
+# 1.0.8-1: 17/feb/2016 by Eric Hameleers <alien@slackware.com>
+# * Updated to accompany qbittorrent 3.3.3.
#
# Run 'sh libtorrent-rasterbar.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -88,7 +90,7 @@
# Set initial variables:
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-1.0.7}
+VERSION=${VERSION:-1.0.8}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -213,7 +215,7 @@ else
fi
echo Building ...
-LDFLAGS="$SLKLDFLAGS" \
+LDFLAGS="$SLKLDFLAGS $(/usr/bin/pkg-config --libs python)" \
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure \