mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/libpostal: add -Wno-incompatible-pointer-types for GCC 14
This commit is contained in:
parent
d1960c6005
commit
cc6db68c5a
@ -38,6 +38,8 @@ build() {
|
||||
arm*) local scanner_flags="--with-cflags-scanner-extra=-marm" ;;
|
||||
esac
|
||||
|
||||
export CFLAGS="$CFLAGS -Wno-incompatible-pointer-types"
|
||||
|
||||
./bootstrap.sh
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
|
Loading…
Reference in New Issue
Block a user