mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
from stat(2)
```
lstat():
/* glibc 2.19 and earlier */ _BSD_SOURCE
|| /* Since glibc 2.20 */ _DEFAULT_SOURCE
|| _XOPEN_SOURCE >= 500
|| /* Since glibc 2.10: */ _POSIX_C_SOURCE >= 200112L
```
This commit is contained in:
parent
4f59b1ddf5
commit
4b8b5acfc4
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ def build(bld):
|
|||
#obj.uselib = 'GLIB'
|
||||
obj.vnum = LIBAAF_LIB_VERSION
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"', '_POSIX_C_SOURCE=200809L' ]
|
||||
|
||||
def shutdown():
|
||||
autowaf.shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue