Date: Tuesday, May 5, 2020 @ 11:15:05 Author: heftig Revision: 382292
0.14-4: disable RDRAND due to various issues (#589, #590) Modified: json-c/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-05 11:10:14 UTC (rev 382291) +++ PKGBUILD 2020-05-05 11:15:05 UTC (rev 382292) @@ -4,7 +4,7 @@ pkgname=json-c pkgver=0.14 -pkgrel=3 +pkgrel=4 pkgdesc="A JSON implementation in C" url="https://github.com/json-c/json-c/wiki" license=(MIT) @@ -25,11 +25,6 @@ prepare() { cd json-c - - # Detect broken RDRAND during initialization - git cherry-pick -n \ - 4d36b0287d3ab0912ba8a4790340ca099960b2b0 \ - 80863140263be5f2dc630938ed8f0066f8a1ab43 } build() { @@ -38,7 +33,7 @@ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DENABLE_THREADING=ON \ - -DENABLE_RDRAND=ON + -DENABLE_RDRAND=OFF cmake --build build }
