fix compile of libs/vfork with slightly older(?) glibc headers
This commit is contained in:
@@ -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