Glibc-eac package for arm64

Hi,

I wonder if there will be a glibc-eac package that has DT_HASH enabled available for Fedora Asahi 42, which could help with Easy Anti-Cheat games.

If not, can someone tell the instruction to build it for fedora on arm64.

The game, Rematch, does with work with glibc-eac on linux with x86 cpus.

I am not sure if it will work with arm-based cpus.

Fedora glibc still has DT_HASH, so it must be something else:

	# We enable DT_GNU_HASH and DT_HASH for ld.so and DSOs to improve
	# compatibility with applications that expect DT_HASH e.g. Epic Games
	# Easy Anti-Cheat.  This is temporary as applications move to
	# supporting only DT_GNU_HASH.  This was initially enabled in Fedora
	# 37.  We must use 'env' because it is the only way to pass, via the
	# environment, two variables that set the initial Makefile values for
	# LDFLAGS used to build shared objects and the dynamic loader.
	env LDFLAGS.so="-Wl,--hash-style=both" \
		LDFLAGS-rtld="-Wl,--hash-style=both" \
		%make_build -r %{glibc_make_flags}
	popd

Reportedly, EAC has been fixed not to require DT_HASH, too.