summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff112e00fa4f..c67da4e8cb55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libtorrent-rasterbar-1_1-git
pkgver=1.1.4.r16.g50c2aee8e
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around (git branch RC_1_1)"
arch=('i686' 'x86_64')
url="http://www.libtorrent.org/"
@@ -11,6 +11,7 @@ depends=('boost-libs')
makedepends=('git' 'boost' 'python2' 'python')
provides=('libtorrent-rasterbar')
conflicts=('libtorrent-rasterbar')
+options=('staticlibs')
source=('git+https://github.com/arvidn/libtorrent.git#branch=RC_1_1')
sha256sums=('SKIP')
@@ -41,7 +42,6 @@ _build() (
../libtorrent/configure \
--prefix=/usr \
--enable-python-binding \
- --disable-static \
--with-libiconv \
--with-boost-python="$_boost"