diff options
author | Tom Fitzhenry <tom@fitzhenry.name> | 2011-05-31 21:59:30 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:33:37 -0400 |
commit | b2506349f11e4837c02ddf31ee38ff3c7c439f8a (patch) | |
tree | 139c18b3d5e4ebc3e8baebf3dc476af1037924e8 /libraries/libtorrent/libtorrent.SlackBuild | |
parent | 141a7f24f34a3145f219381881e5fdd77ee8ac02 (diff) | |
download | slackbuilds-b2506349f11e4837c02ddf31ee38ff3c7c439f8a.tar.gz |
libraries/libtorrent: Updated for version 0.12.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libtorrent/libtorrent.SlackBuild')
-rw-r--r-- | libraries/libtorrent/libtorrent.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild index 76b85817e9..1e554cc9b5 100644 --- a/libraries/libtorrent/libtorrent.SlackBuild +++ b/libraries/libtorrent/libtorrent.SlackBuild @@ -5,10 +5,11 @@ # Updated by Andrew Brouwers, abrouwers@gmail.com # Updated to 0.12.6 by Brian Kysela <brian.kysela@gmail.com> 2010-02-17 -# Updated to 0.12.7 by Brian Kysela <brian.kysela@gmail.com> 2010-10-27 +# Updated to 0.12.7 by Brian Kysela 2010-10-27 +# Updated to 0.12.8 by Brian Kysela 2011-05-09. PRGNAM=libtorrent -VERSION=0.12.7 +VERSION=0.12.8 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,6 +58,7 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ + --with-posix-fallocate \ --build=$ARCH-slackware-linux make |