mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
module-protocol-native: fix build on s390x
This commit is contained in:
parent
cfd829913e
commit
fba9d8931d
1 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,11 @@ static const struct spa_dict_item module_props[] = {
|
|||
{ PW_KEY_MODULE_VERSION, PACKAGE_VERSION },
|
||||
};
|
||||
|
||||
/* Required for s390x */
|
||||
#ifndef SO_PEERSEC
|
||||
#define SO_PEERSEC 31
|
||||
#endif
|
||||
|
||||
static bool debug_messages = 0;
|
||||
|
||||
#define LOCK_SUFFIX ".lock"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue