botan: fix cxx-abi-flags (exported in botan-2.pc)

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-11-02 12:26:01 +01:00
parent 7e0642f4ca
commit 67d2381243
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 2 additions and 2 deletions

View File

@ -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}
}