mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/libmcrypt: fix build with GCC 14
This commit is contained in:
parent
e687249793
commit
781e80645d
@ -18,6 +18,7 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
export CFLAGS="$CFLAGS -DSTDC_HEADERS -Wno-implicit-int"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
|
Loading…
Reference in New Issue
Block a user