We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac159d8 commit da520ceCopy full SHA for da520ce
libs/aaf/wscript
@@ -60,7 +60,7 @@ def build(bld):
60
#obj.uselib = 'GLIB'
61
obj.vnum = LIBAAF_LIB_VERSION
62
obj.install_path = bld.env['LIBDIR']
63
- obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"', '_POSIX_C_SOURCE=200809L' ]
+ obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"', '_POSIX_C_SOURCE=200809L', '_XOPEN_SOURCE=500' ]
64
65
def shutdown():
66
autowaf.shutdown()
0 commit comments