summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2016-04-08 14:49:57 -0400
committerskydrome2016-04-08 14:49:57 -0400
commitc64304659b18fdcde43ea0d7eda855d3f41979a8 (patch)
treee6017bae87ace0d571e78acc440d5f37bb7fd31b
parent0ad5c2be30c074eff7207f3e08529b3aee12184a (diff)
downloadaur-c64304659b18fdcde43ea0d7eda855d3f41979a8.tar.gz
update
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c1b8cfe2229..fc09453ed612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,6 @@
_debug=n
# Compile from a specific commit?
-#_commit=51cd5ea #0.13.4
-#_commit=a7857b2 #0.13.5
_commit=HEAD
pkgname=libtorrent-pyro-git
@@ -44,11 +42,11 @@ build() {
cd "$srcdir/libtorrent"
#export CC=clang
#export CXX=clang++
+ export CXXFLAGS+=" -fno-strict-aliasing"
./configure $_debug \
--prefix=/usr \
--with-posix-fallocate
-
make
}