From e2198677a5b47d3a9ae920f0e800ded623d26e0f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Apr 2020 20:07:48 +0200 Subject: Define _POSIX_C_SOURCE locally --- wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 06c001c..33be578 100644 --- a/wscript +++ b/wscript @@ -124,9 +124,6 @@ def configure(conf): define_name = 'HAVE_SIGACTION', mandatory = False) - if conf.is_defined('HAVE_ISATTY') and conf.is_defined('HAVE_FILENO'): - conf.env.append_unique('CFLAGS', ['-D_POSIX_C_SOURCE=200809L']) - if not Options.options.no_jack_session: conf.define('JALV_JACK_SESSION', 1) -- cgit v1.2.1