summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuca Dariz <luca@orpolo.org>2023-01-16 11:58:55 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-01-18 02:27:14 +0100
commit027cf6671fad35d663f25c58430cd8fc6a45e181 (patch)
tree19d481b25d41b1f8d196c064328a3e1fa48e2e25 /Makefile.am
parent194318d21f8ce386a186d90544d8a1d81aa222c2 (diff)
adjust rdxtree key to the correct size
* Makefile.am: define RDXTREE_KEY_32 Message-Id: <20230116105857.240210-6-luca@orpolo.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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.