[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
- [GNUnet-SVN] [gnunet] 149/171: -fix make, (continued)
- [GNUnet-SVN] [gnunet] 149/171: -fix make, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 93/171: -more towards idp2, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 133/171: -fixes, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 150/171: -add dockerfile, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 159/171: Merge remote-tracking branch 'origin/master' into identity_abe, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 164/171: Merge remote-tracking branch 'origin/master' into identity_abe, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 166/171: -move idp experimental, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 168/171: -move abe functionality out of util; prepare for release, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 156/171: -add stats, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 126/171: -remove deprecated, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 154/171: -fixes,
gnunet <=
- [GNUnet-SVN] [gnunet] 152/171: -add docker entrypoint, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 129/171: -fix, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 161/171: -fix, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 162/171: -start jwt, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 118/171: -minor fixed, start consume, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 141/171: -add attribute store API, fixes, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 139/171: -add ticket listing for rest, bugfixes, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 147/171: -add consume rest api, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 167/171: -merge, gnunet, 2018/01/04
- [GNUnet-SVN] [gnunet] 145/171: -bugfixes, fix memleaks, gnunet, 2018/01/04