mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix compile of libs/vfork with slightly older(?) glibc headers
This commit is contained in:
parent
42e6353338
commit
83a5eadcf8
2 changed files with 2 additions and 1 deletions
|
|
@ -99,3 +99,4 @@ int main(int argc, char *argv[]) {
|
||||||
exit(-1);
|
exit(-1);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,5 +24,5 @@ def build(bld):
|
||||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3/vfork')
|
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3/vfork')
|
||||||
obj.defines = [
|
obj.defines = [
|
||||||
'_POSIX_SOURCE',
|
'_POSIX_SOURCE',
|
||||||
'_XOPEN_SOURCE=700',
|
'_XOPEN_SOURCE=500',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue