[arch-commits] Commit in botan/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Apr 9 08:46:42 UTC 2018


    Date: Monday, April 9, 2018 @ 08:46:41
  Author: arodseth
Revision: 315405

Prepare for the next release of Botan

Modified:
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-09 07:54:51 UTC (rev 315404)
+++ PKGBUILD	2018-04-09 08:46:41 UTC (rev 315405)
@@ -8,7 +8,7 @@
 
 pkgname=botan
 pkgver=2.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Crypto library written in C++'
 arch=('x86_64')
 url='https://botan.randombit.net/'
@@ -26,7 +26,8 @@
   cd "$pkgname"
   #cd "${pkgname^}-$pkgver"
 
-  ./configure.py --prefix=/usr
+  # botan benefits from -O3, and the developers runs tests with it
+  CXXFLAGS="$CXXFLAGS -O3" ./configure.py --prefix=/usr --with-bzip --with-zlib --with-lzma
   make
 }
 



More information about the arch-commits mailing list