[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 01/12: BUILD: fix math dep
From: |
gnunet |
Subject: |
[gnunet] 01/12: BUILD: fix math dep |
Date: |
Fri, 29 Sep 2023 19:39:58 +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 d19ef92ae5c58b31d60d0a87467c49d3607aa9fe
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Sep 29 16:50:46 2023 +0200
BUILD: fix math dep
---
contrib/gana | 2 +-
contrib/sphinx | 2 +-
src/testbed/meson.build | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/contrib/gana b/contrib/gana
index c1dc2dc97..c9bda2187 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit c1dc2dc975742c929a523c22d91f7d4f82787230
+Subproject commit c9bda21875ea1775f88b71de735d527132e45922
diff --git a/contrib/sphinx b/contrib/sphinx
index 9c5b9d904..0cccef450 160000
--- a/contrib/sphinx
+++ b/contrib/sphinx
@@ -1 +1 @@
-Subproject commit 9c5b9d9040d21542eff792e26624cf9669b127aa
+Subproject commit 0cccef450b037a48170402117f7d3b6c0a4272af
diff --git a/src/testbed/meson.build b/src/testbed/meson.build
index 0662ba614..d7668d110 100644
--- a/src/testbed/meson.build
+++ b/src/testbed/meson.build
@@ -28,6 +28,7 @@ libgnunettestbed = library('gnunettestbed',
soversion: '0',
version: '0.1.0',
dependencies: [libgnunetutil_dep,
+ m_dep,
zlib_dep,
libgnunetstatistics_dep,
libgnunethello_dep,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated (1ae6f7e4c -> eba7744c6), gnunet, 2023/09/29
- [gnunet] 04/12: BUILD: wrong setup for infile, gnunet, 2023/09/29
- [gnunet] 01/12: BUILD: fix math dep,
gnunet <=
- [gnunet] 03/12: BUILD: wrong setup for infile, gnunet, 2023/09/29
- [gnunet] 02/12: BUILD: resolver conf from in, gnunet, 2023/09/29
- [gnunet] 08/12: BUILD: fix man installation, gnunet, 2023/09/29
- [gnunet] 07/12: BUILD: fix versions and installation paths, gnunet, 2023/09/29
- [gnunet] 05/12: BUILD: Fix missing prefix in config data, gnunet, 2023/09/29
- [gnunet] 09/12: BUILD: Add ats tool for now; fix installation of files, gnunet, 2023/09/29
- [gnunet] 11/12: BUILD: Fix doc directory again, actually build statisitics bin, gnunet, 2023/09/29
- [gnunet] 10/12: BUILD: Fix doc directory and doc installation, gnunet, 2023/09/29
- [gnunet] 06/12: BUILD: add tlds to git, gnunet, 2023/09/29
- [gnunet] 12/12: BUILD: towards better handbook integration, gnunet, 2023/09/29