Date: Wednesday, November 2, 2022 @ 03:06:45
Author: foutrelis
Revision: 1340944
Work around build failure with jitterentropy 3.4
Modified:
rng-tools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++++
1 file changed, 4 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-02 02:39:46 UTC (rev 1340943)
+++ PKGBUILD 2022-11-02 03:06:45 UTC (rev 1340944)
@@ -32,6 +32,10 @@
build() {
cd "$srcdir"/$pkgname-$pkgver
+
+ # https://github.com/nhorman/rng-tools/issues/164
+ CPPFLAGS+=' -DJENT_CONF_ENABLE_INTERNAL_TIMER'
+
./configure --prefix=/usr --sbindir=/usr/bin
make
}