From 781e80645dd4beb3c52f1be144e02b2f7e61e1da Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 8 Sep 2024 19:00:07 -0700 Subject: [PATCH] community/libmcrypt: fix build with GCC 14 --- community/libmcrypt/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/libmcrypt/APKBUILD b/community/libmcrypt/APKBUILD index ddfd859950d..590104d08a2 100644 --- a/community/libmcrypt/APKBUILD +++ b/community/libmcrypt/APKBUILD @@ -18,6 +18,7 @@ prepare() { } build() { + export CFLAGS="$CFLAGS -DSTDC_HEADERS -Wno-implicit-int" ./configure \ --build=$CBUILD \ --host=$CHOST \