From fdffd595d1aaf7fdeb04ddc7e7c61c9a47f6a116 Mon Sep 17 00:00:00 2001 From: Richard Gieg Date: Tue, 19 May 2026 10:17:30 -0700 Subject: [PATCH] Fix module build on RHEL --- module/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Makefile b/module/Makefile index 823d861..ed833ca 100644 --- a/module/Makefile +++ b/module/Makefile @@ -8,7 +8,7 @@ include /etc/os-release -ifneq (,$(findstring rhel,$(ID_LIKE))) +ifneq (,$(findstring rhel,$(ID_LIKE) $(ID))) ELFLAG := -DEL$(shell echo $(VERSION_ID) | cut -d. -f1) endif