Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/dbus-broker/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/dbus-broker/PKGBUILD')
-rw-r--r--core/dbus-broker/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/dbus-broker/PKGBUILD b/core/dbus-broker/PKGBUILD
new file mode 100644
index 00000000..c4cc2d71
--- /dev/null
+++ b/core/dbus-broker/PKGBUILD
@@ -0,0 +1,5 @@
+# Disable sockopt and proc tests as they fail in the container
+eval "$(
+ declare -f prepare | \
+ sed '4 i sed -i '/test_sockopt/d' src/meson.build; sed -i '/test_proc/d' src/meson.build'
+)"