--- Makefile.devel.orig 2024-11-26 05:56:55.000000000 +0000 +++ Makefile.devel 2024-11-26 05:56:55.000000000 +0000 @@ -146,7 +146,7 @@ ./genaliases lib/aliases.gperf canonical.sh canonical_local.sh $(RM) genaliases - $(GPERF) -m 10 lib/aliases.gperf > tmp.h + $(GPERF) lib/aliases.gperf > tmp.h sed -e 's/^\(const struct alias \)/static \1/' < tmp.h > lib/aliases.h sh canonical.sh > lib/canonical.h sh canonical_local.sh > lib/canonical_local.h