[Cryptech-Commits] [sw/libhal] branch master updated: Doh, don't build RPC client transport code when we're building the server library, even if the old makefile (sometimes) did do that.

git at cryptech.is git at cryptech.is
Wed Jun 15 01:17:12 UTC 2016


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

sra at hactrn.net pushed a commit to branch master
in repository sw/libhal.

The following commit(s) were added to refs/heads/master by this push:
       new  1c3e489   Doh, don't build RPC client transport code when we're building the server library, even if the old makefile (sometimes) did do that.
1c3e489 is described below

commit 1c3e4894ea9f1a6f9bc6602e6454a6efd9562efa
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Jun 14 21:01:11 2016 -0400

    Doh, don't build RPC client transport code when we're building the
    server library, even if the old makefile (sometimes) did do that.
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index b5f1f2b..14e94c6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -168,7 +168,7 @@ ifeq "${RPC_MODE}" "none"
   OBJ += ${CORE_OBJ}
   CFLAGS += -DHAL_RSA_USE_MODEXP=${RSA_USE_MODEXP_CORE}
 else ifeq "${RPC_MODE}" "server"
-  OBJ += ${CORE_OBJ} ${RPC_SERVER_OBJ} ${RPC_CLIENT_OBJ} ${RPC_DISPATCH_OBJ}
+  OBJ += ${CORE_OBJ} ${RPC_SERVER_OBJ} ${RPC_DISPATCH_OBJ}
   CFLAGS += -DRPC_CLIENT=RPC_CLIENT_LOCAL -DHAL_RSA_USE_MODEXP=${RSA_USE_MODEXP_CORE}
 else ifeq "${RPC_MODE}" "client-simple"
   OBJ += ${RPC_CLIENT_OBJ}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list