From 4e72555ac70ecc4fd28624433294d58b6350086a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Apr 2026 12:44:38 +0100 Subject: lbutils: support using arc4random on linux -DUSE_ARC4=1 use that Signed-off-by: Leah Rowe --- util/libreboot-utils/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'util/libreboot-utils/Makefile') diff --git a/util/libreboot-utils/Makefile b/util/libreboot-utils/Makefile index f42c4ab6..efa0aedc 100644 --- a/util/libreboot-utils/Makefile +++ b/util/libreboot-utils/Makefile @@ -7,7 +7,6 @@ CC = cc HELLCC = clang -OLDCC = $(CC) -DUSE_URANDOM=1 -DUSE_OPENAT CFLAGS = -Os -Wall -Wextra -std=c99 -pedantic -Werror LDFLAGS = -- cgit v1.2.1