From 911efb897ff6ab163c50423c350db9259b281a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 17 Nov 2022 22:46:19 +0700 Subject: [PATCH] rng-tools: fix build with jitterentropy 3.4 --- srcpkgs/rng-tools/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/rng-tools/template b/srcpkgs/rng-tools/template index 64d03069581..adbb8b0b251 100644 --- a/srcpkgs/rng-tools/template +++ b/srcpkgs/rng-tools/template @@ -13,6 +13,7 @@ license="GPL-2.0-or-later" homepage="https://github.com/nhorman/rng-tools" distfiles="https://github.com/nhorman/rng-tools/archive/v${version}.tar.gz" checksum=bff0c58dff90ec10bd61f672e48618e045155eabd60b32d63a9c4ffbdad05f3a +CFLAGS=-DJENT_CONF_ENABLE_INTERNAL_TIMER case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone" ;;