summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2015-07-19 23:39:44 -0400
committerskydrome2015-07-19 23:39:44 -0400
commit6b861569107e074eb5fd3922e6466e21325b8ec2 (patch)
treea8db9243156b728bd0266be0a1c7bfcc5eaaa9e5
parent383e3997f465d01360a6a1b8e7be657607b80c84 (diff)
downloadaur-6b861569107e074eb5fd3922e6466e21325b8ec2.tar.gz
cleanup
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9faa96b28a0b..3ebfa0e3a4ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ pkgver() {
prepare() {
cd "$srcdir/libtorrent"
#patch -Np1 -i "${startdir}/libtorrent.patch"
- #patch -Np1 -i "${startdir}/remove_tr1_prefix.patch"
+
./autogen.sh
}
@@ -50,7 +50,6 @@ build() {
cd "$srcdir/libtorrent"
#export CC=clang
#export CXX=clang++
- export CXXFLAGS+=" -std=c++11"
./configure $_falloc $_debug \
--prefix=/usr