mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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" ;;
|
arm*) local scanner_flags="--with-cflags-scanner-extra=-marm" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
export CFLAGS="$CFLAGS -Wno-incompatible-pointer-types"
|
||||||
|
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
Loading…
Reference in New Issue
Block a user