Skip to content
Snippets Groups Projects
Verified Commit 330bd9c0 authored by Jochen Sprickerhof's avatar Jochen Sprickerhof
Browse files

Add workaround for gcc-14

Closes: #1075415
parent c52e1062
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ export GEVENTSETUP_EMBED_CARES = 0
export GEVENTSETUP_EMBED_LIBEV = 0
export GEVENTSETUP_EMBED_LIBUV = 0
# workaround build failure with gcc-14 #1075415
export DEB_CFLAGS_MAINT_APPEND = -Wno-incompatible-pointer-types
%:
dh $@ --with python3 --buildsystem=pybuild
......
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