diff options
-rw-r--r-- | Makefile.am | 3 |
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. |