[arch-commits] Commit in lib32-json-c/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue May 5 11:15:04 UTC 2020


    Date: Tuesday, May 5, 2020 @ 11:15:02
  Author: heftig
Revision: 624919

0.14-4: disable RDRAND due to various issues (#589, #590)

Modified:
  lib32-json-c/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 11:14:57 UTC (rev 624918)
+++ PKGBUILD	2020-05-05 11:15:02 UTC (rev 624919)
@@ -2,7 +2,7 @@
 
 pkgname=lib32-json-c
 pkgver=0.14
-pkgrel=3
+pkgrel=4
 pkgdesc="A JSON implementation in C (32-bit)"
 url="https://github.com/json-c/json-c/wiki"
 license=(MIT)
@@ -23,11 +23,6 @@
 
 prepare() {
   cd json-c
-
-  # Detect broken RDRAND during initialization
-  git cherry-pick -n \
-    4d36b0287d3ab0912ba8a4790340ca099960b2b0 \
-    80863140263be5f2dc630938ed8f0066f8a1ab43
 }
 
 build() {
@@ -40,7 +35,7 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
     -DENABLE_THREADING=ON \
-    -DENABLE_RDRAND=ON
+    -DENABLE_RDRAND=OFF
   cmake --build build
 }
 



More information about the arch-commits mailing list