gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: meson: fix libgnunet monolith ftbfs by e


From: gnunet
Subject: [gnunet] branch master updated: meson: fix libgnunet monolith ftbfs by excluding set,consensus,secretsharing
Date: Mon, 16 Oct 2023 21:53:25 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ca779bf73 meson: fix libgnunet monolith ftbfs by excluding 
set,consensus,secretsharing
ca779bf73 is described below

commit ca779bf73c80ab35fb7baf67cb067462699033fc
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 16 21:53:16 2023 +0200

    meson: fix libgnunet monolith ftbfs by excluding set,consensus,secretsharing
---
 src/consensus/meson.build     | 7 ++++---
 src/secretsharing/meson.build | 7 ++++---
 src/set/meson.build           | 6 +++---
 src/template/meson.build      | 3 ---
 4 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/src/consensus/meson.build b/src/consensus/meson.build
index c162231d6..b66acf2b9 100644
--- a/src/consensus/meson.build
+++ b/src/consensus/meson.build
@@ -8,10 +8,11 @@ configure_file(input : 'consensus.conf.in',
                install: true,
                install_dir: pkgcfgdir)
 
+# FIXME needs new seti/setu
 if get_option('monolith')
-  foreach p : libgnunetconsensus_src + gnunetserviceconsensus_src
-    gnunet_src += 'consensus/' + p
-  endforeach
+  #foreach p : libgnunetconsensus_src + gnunetserviceconsensus_src
+  #  gnunet_src += 'consensus/' + p
+  #endforeach
   subdir_done()
 endif
 
diff --git a/src/secretsharing/meson.build b/src/secretsharing/meson.build
index 1f8cee930..bfd66dddb 100644
--- a/src/secretsharing/meson.build
+++ b/src/secretsharing/meson.build
@@ -8,10 +8,11 @@ configure_file(input : 'secretsharing.conf.in',
                install: true,
                install_dir: pkgcfgdir)
 
+# FIXME needs new seti/setu
 if get_option('monolith')
-  foreach p : libgnunetsecretsharing_src + gnunetservicesecretsharing_src
-    gnunet_src += 'secretsharing/' + p
-  endforeach
+  #foreach p : libgnunetsecretsharing_src + gnunetservicesecretsharing_src
+  #  gnunet_src += 'secretsharing/' + p
+  #endforeach
   subdir_done()
 endif
 
diff --git a/src/set/meson.build b/src/set/meson.build
index 51782f446..fe4934cb9 100644
--- a/src/set/meson.build
+++ b/src/set/meson.build
@@ -14,9 +14,9 @@ configure_file(input : 'set.conf.in',
 
 
 if get_option('monolith')
-  foreach p : libgnunetset_src + gnunetserviceset_src
-    gnunet_src += 'set/' + p
-  endforeach
+  #foreach p : libgnunetset_src + gnunetserviceset_src
+  #  gnunet_src += 'set/' + p
+  #endforeach
   subdir_done()
 endif
 
diff --git a/src/template/meson.build b/src/template/meson.build
index 0bdd43391..cffaa9f14 100644
--- a/src/template/meson.build
+++ b/src/template/meson.build
@@ -7,9 +7,6 @@ configure_file(input : 'template.conf',
                install_dir: pkgcfgdir)
 
 if get_option('monolith')
-  foreach p : libgnunettemplate_src + gnunetservicetemplate_src
-    gnunet_src += 'template/' + p
-  endforeach
   subdir_done()
 endif
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]