Fallo instalando Phalanx/AUR; motor ajedrez

Hello, the error is

This is due to GCC14 and can be avoided adding:

  export CFLAGS+=" -Wno-error=format-security"
  export CXXFLAGS+=" -Wno-error=format-security"

Where is no important; I usually add it after build() like:

build() {
  export CFLAGS+=" -Wno-error=format-security"
  export CXXFLAGS+=" -Wno-error=format-security"

I have commented there too AUR (en) - phalanx and flagged out of date since a new version is out