community/libtorrent fix

This commit is contained in:
Kevin Mihelich 2015-07-13 23:48:39 +00:00
parent 277e8a2042
commit 151dd49cbd

View file

@ -11,7 +11,7 @@ pkgname=libtorrent
pkgver=0.13.5
pkgrel=1
pkgdesc='BitTorrent library with a focus on high performance and good code'
url='http://libtorrent.rakshasa.no/'
url='http://rakshasa.github.io/rtorrent/'
arch=('i686' 'x86_64')
license=('GPL')
depends=('openssl')
@ -32,6 +32,7 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./autogen.sh
export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"