From 67d2381243176e752989ec1d80d362351047f134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 2 Nov 2018 12:26:01 +0100 Subject: [PATCH] botan: fix cxx-abi-flags (exported in botan-2.pc) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/botan/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index c3126cd418c..2f7e6857fee 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -1,7 +1,7 @@ # Template file for 'botan' pkgname=botan version=2.6.0 -revision=3 +revision=4 wrksrc="${pkgname^}-${version}" build_style=gnu-makefile hostmakedepends="doxygen epstopdf python" @@ -64,7 +64,7 @@ do_configure() { python2 configure.py \ --distribution-info="Void Linux botan-${version}_${revision}" \ - --cc-abi-flags="-arch ${_arch} -stdlib=libc++" \ + --cc-abi-flags="-std=c++14" \ --cpu=${_cpu} \ ${_args} }