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

Alexander Rødseth arodseth at archlinux.org
Sun Nov 11 16:25:10 UTC 2018


    Date: Sunday, November 11, 2018 @ 16:25:10
  Author: arodseth
Revision: 406378

upgpkg: botan 2.8.0-2

Modified:
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-11 16:24:58 UTC (rev 406377)
+++ PKGBUILD	2018-11-11 16:25:10 UTC (rev 406378)
@@ -7,7 +7,7 @@
 
 pkgname=botan
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Crypto library written in C++'
 arch=('x86_64')
 url='https://botan.randombit.net/'
@@ -22,12 +22,13 @@
 build() {
   cd "${pkgname^}-$pkgver"
 
-  # botan benefits from -O3. Upstream is using it.
+  # botan benefits from -O3. Upstream is using it when testing.
   CXXFLAGS="$CXXFLAGS -O3" ./configure.py \
     --prefix=/usr \
     --with-bzip \
     --with-lzma \
-    --with-zlib
+    --with-zlib \
+    --with-os-feature=getrandom
   make
 }
 



More information about the arch-commits mailing list