community/libmcrypt: fix build with GCC 14

This commit is contained in:
Ariadne Conill 2024-09-08 19:00:07 -07:00
parent e687249793
commit 781e80645d

View File

@ -18,6 +18,7 @@ prepare() {
}
build() {
export CFLAGS="$CFLAGS -DSTDC_HEADERS -Wno-implicit-int"
./configure \
--build=$CBUILD \
--host=$CHOST \