Skip to content
Snippets Groups Projects
Commit 38417e07 authored by Ariadne Conill's avatar Ariadne Conill :rabbit:
Browse files

community/libgssglue: add -Wno-incompatible-pointer-types for GCC 14

parent 9c39c759
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ source="https://gitlab.com/gsasl/libgssglue/uploads/7ae681900cb3bc052fe14c296588
gssapi_mech.conf"
build() {
export CFLAGS="$CFLAGS -Wno-incompatible-pointer-types"
./configure \
--build=$CBUILD \
--host=$CHOST \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment