gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix linker issue on Debian


From: gnunet
Subject: [gnunet] branch master updated: -fix linker issue on Debian
Date: Fri, 22 Oct 2021 18:37:37 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1fcb8a7a5 -fix linker issue on Debian
1fcb8a7a5 is described below

commit 1fcb8a7a58318499fde7b0ead553170ae8d47502
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 22 18:37:14 2021 +0200

    -fix linker issue on Debian
---
 src/dhtu/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am
index 772bee60a..0e10721cd 100644
--- a/src/dhtu/Makefile.am
+++ b/src/dhtu/Makefile.am
@@ -48,6 +48,7 @@ libgnunettestingdhtu_la_SOURCES = \
   testing_dhtu_cmd_send.c
 libgnunettestingdhtu_la_LIBADD = \
  $(top_builddir)/src/testing/libgnunettesting.la \
+ $(top_builddir)/src/arm/libgnunetarm.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(LTLIBINTL)
 libgnunettestingdhtu_la_LDFLAGS = \
@@ -60,6 +61,7 @@ test_dhtu_ip_SOURCES = \
  test_dhtu_ip.c
 test_dhtu_ip_LDADD = \
  $(top_builddir)/src/testing/libgnunettesting.la \
+ $(top_builddir)/src/arm/libgnunetarm.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
 check_PROGRAMS = \

-- 
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]