This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 16c9792138ecf1e108099a79d7c41988eebd3e4e
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Mon Oct 28 23:25:19 2024 +0000

    remove _POSIX_SOURCE as it has porting issues and is not needed
---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index 4fb1966..99837d6 100644
--- a/meson.build
+++ b/meson.build
@@ -39,7 +39,6 @@ cfg.set       ('_GNU_SOURCE'             , 1)
 cfg.set       ('__EXTENSIONS__'          , 1)
 cfg.set       ('_POSIX_PTHREAD_SEMANTICS', 1)
 cfg.set       ('_ALL_SOURCE'             , 1)
-cfg.set       ('_POSIX_SOURCE'           , 1)
 cfg.set       ('_POSIX_1_SOURCE'         , 1)
 
 if sys_linux or sys_bsd or sys_sun

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to