mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/libtorrent fix
This commit is contained in:
parent
277e8a2042
commit
151dd49cbd
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue