bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/7] adjust rdxtree key to the correct size


From: Luca Dariz
Subject: [PATCH 5/7] adjust rdxtree key to the correct size
Date: Mon, 16 Jan 2023 11:58:55 +0100

* Makefile.am: define RDXTREE_KEY_32
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index fb557ba6..54fcf685 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,6 +82,9 @@ endif
 # We do not support or need position-independent
 AM_CFLAGS += \
        -no-pie -fno-PIE -fno-pie -fno-pic
+
+# This must be the same size as port names, see e.g. ipc/ipc_entry.c
+AM_CFLAGS += -DRDXTREE_KEY_32
 
 #
 # Silent build support.
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]