From 8298ad83ac0af32707d65b17b3a3a63c137a50e6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 1 Aug 2016 14:41:13 -0400 Subject: Use consistent feature test macros --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2a88b8c..62219bd 100644 --- a/wscript +++ b/wscript @@ -94,7 +94,7 @@ def configure(conf): uselib='JACK', mandatory=False) - defines = ['_POSIX_SOURCE'] + defines = ['_POSIX_C_SOURCE=200809L'] conf.check(function_name='isatty', header_name='unistd.h', @@ -110,7 +110,7 @@ def configure(conf): if conf.is_defined('HAVE_ISATTY') and conf.is_defined('HAVE_FILENO'): autowaf.define(conf, 'JALV_WITH_COLOR', 1) - conf.env.append_unique('CFLAGS', ['-D_POSIX_SOURCE']) + conf.env.append_unique('CFLAGS', ['-D_POSIX_C_SOURCE=200809L']) if not Options.options.no_jack_session: autowaf.define(conf, 'JALV_JACK_SESSION', 1) -- cgit v1.2.1