Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-11 16:16:55 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-11 16:16:55 +0300
commit2647689e9acc850268ba81b9e3f8eb4807c58475 (patch)
treee10a4da6b61ec8674ae1618b5fcd2163fac99fd0
parent42a096b247aa55578bb6e0e9a617ca757646672f (diff)
extra/python-xmlsec: gcc14 hack
-rw-r--r--extra/python-xmlsec/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/python-xmlsec/PKGBUILD b/extra/python-xmlsec/PKGBUILD
new file mode 100644
index 00000000..c6ea8ecb
--- /dev/null
+++ b/extra/python-xmlsec/PKGBUILD
@@ -0,0 +1,7 @@
+# Temporary hack for gcc14
+eval "$(
+ declare -f build | \
+ sed '
+ 3 i CFLAGS="-Wno-incompatible-pointer-types $CFLAGS"
+ '
+)"