summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-08-09 18:50:52 +0200
committerMichel Zou2018-08-09 18:50:52 +0200
commitd57ac10184519056aede4fcf42c5a60b34f36994 (patch)
tree9178014e37d5ecf6c050c1fd27d5bce472f8c234 /PKGBUILD
parent861ff0e8dbd57b8f0798eb9c5a85e8dfc46678f4 (diff)
downloadaur-d57ac10184519056aede4fcf42c5a60b34f36994.tar.gz
std=c++14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 980ecd77b430..e655b72ae105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mingw-w64-boost
pkgver=1.68.0
_boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)"
arch=('any')
url="http://www.boost.org/"
@@ -57,7 +57,7 @@ package() {
--prefix=${pkgdir}/usr/${_arch:3} \
--user-config=user-config.jam \
--without-python --without-mpi --without-graph_parallel \
- cxxflags="-std=c++11 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4" \
+ cxxflags="-std=c++14 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4" \
address-model=${_arch:0:2} \
architecture=x86 \
binary-format=pe \