summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc389d6f5091..ad66683ae5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -92,8 +92,7 @@ build() {
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DPYTHON_BASENAME=-python2.7 \
- -DSETUPTOOLS_DEB_LAYOUT=OFF \
- -DCMAKE_CXX_FLAGS="--std=c++11"
+ -DSETUPTOOLS_DEB_LAYOUT=OFF
make
}