fix compile of libs/vfork with slightly older(?) glibc headers
This commit is contained in:
@@ -99,3 +99,4 @@ int main(int argc, char *argv[]) {
|
||||
exit(-1);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,5 +24,5 @@ def build(bld):
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3/vfork')
|
||||
obj.defines = [
|
||||
'_POSIX_SOURCE',
|
||||
'_XOPEN_SOURCE=700',
|
||||
'_XOPEN_SOURCE=500',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user