gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 154/171: -fixes


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 154/171: -fixes
Date: Thu, 04 Jan 2018 16:11:02 +0100

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

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

commit f431f72d9ab213d8989bfb45366321bbb983d888
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed Oct 25 14:47:48 2017 +0200

    -fixes
---
 Dockerfile                        | 3 ++-
 src/identity-provider/Makefile.am | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 3f3e5b29b..5a193a46d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,9 +47,10 @@ RUN git checkout gnuidentity
 RUN mkdir /usr/src/gnunet
 WORKDIR /usr/src/gnunet
 ADD . .
+ARG NUM_JOBS
 RUN ./bootstrap
 RUN ./configure --prefix=/usr/local
-RUN make -j
+RUN make -j$NUM_JOBS
 RUN make install
 
 RUN groupadd gnunetdns
diff --git a/src/identity-provider/Makefile.am 
b/src/identity-provider/Makefile.am
index 6a56b2e91..f64f1aa68 100644
--- a/src/identity-provider/Makefile.am
+++ b/src/identity-provider/Makefile.am
@@ -52,7 +52,7 @@ libgnunet_plugin_gnsrecord_identity_provider_la_LDFLAGS = \
 libgnunet_plugin_identity_provider_sqlite_la_SOURCES = \
   plugin_identity_provider_sqlite.c
 libgnunet_plugin_identity_provider_sqlite_la_LIBADD = \
-  $(top_builddir)/src/identity-provider/libgnunetidentityprovider.la  \
+  libgnunetidentityprovider.la  \
   $(top_builddir)/src/sq/libgnunetsq.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
@@ -72,7 +72,7 @@ gnunet_service_identity_provider_LDADD = \
  $(top_builddir)/src/identity/libgnunetidentity.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/credential/libgnunetcredential.la \
- $(top_builddir)/src/identity-provider/libgnunetidentityprovider.la \
+ libgnunetidentityprovider.la \
  $(top_builddir)/src/gns/libgnunetgns.la \
  $(GN_LIBINTL)
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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