summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2019-02-08 16:29:25 +0100
committersoloturn2019-02-08 16:29:25 +0100
commitf64ea1f220a1c0db3a9437d6c5581d3a7594d8f5 (patch)
tree22cdaac453494ce4a37c096c149291e02408accd
parent00b0ae64067b78d8b0d474f2278e573e9d3a2003 (diff)
downloadaur-f64ea1f220a1c0db3a9437d6c5581d3a7594d8f5.tar.gz
remove outdated cppflags.
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0213008dd33c..eed63a253864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,9 +27,6 @@ prepare() {
build() {
cd build
- # Build using the old C++ ABI to fix issue with missing text; the issue
- # should be fixed in the next stable release (if that ever does happen)
- CPPFLAGS+=' -D_GLIBCXX_USE_CXX11_ABI=0'
cmake ../${pkgbase} -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SYSTEM_NAME=Linux
ninja xmoto_pack
}