aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pipewire/fix-s390x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pipewire/fix-s390x.patch')
-rw-r--r--testing/pipewire/fix-s390x.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/pipewire/fix-s390x.patch b/testing/pipewire/fix-s390x.patch
deleted file mode 100644
index f1a31b40d0..0000000000
--- a/testing/pipewire/fix-s390x.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/src/modules/module-protocol-native.c b/src/modules/module-protocol-native.c
-index 131657f..7b56863 100644
---- a/src/modules/module-protocol-native.c
-+++ b/src/modules/module-protocol-native.c
-@@ -58,6 +58,11 @@
- #define UNIX_PATH_MAX 108
- #endif
-
-+/* Required for s390x */
-+#ifndef SO_PEERSEC
-+#define SO_PEERSEC 31
-+#endif
-+
- static bool debug_messages = 0;
-
- #define LOCK_SUFFIX ".lock"
-