[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 01/02: -minor compile define add
From: |
gnunet |
Subject: |
[gnunet] 01/02: -minor compile define add |
Date: |
Fri, 22 Sep 2023 11:13:24 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit bb27b3fa157cf684750d4dd9a9c87619734988a1
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Sep 21 22:09:03 2023 +0200
-minor compile define add
---
meson.build | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meson.build b/meson.build
index 718197322..e062d93e7 100644
--- a/meson.build
+++ b/meson.build
@@ -2,6 +2,8 @@
project('gnunet', 'c', license: 'AGPLv3',
version: run_command('sh', 'contrib/get_version.sh', check:
true).stdout().strip())
+add_project_arguments('-D_GNU_SOURCE', language : 'c')
+
cc = meson.get_compiler('c')
incdir = include_directories('src/include')
cdata = configuration_data()
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.