[Cryptech-Commits] [sw/pkcs11] 01/02: Allow environment (eg, Debian build) to augment CFLAGS.

git at cryptech.is git at cryptech.is
Thu Aug 11 01:35:28 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/pkcs11.

commit f1a7e6578fe9efe81ab3e511e19c84a25049acb2
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Wed Aug 10 20:53:22 2016 -0400

    Allow environment (eg, Debian build) to augment CFLAGS.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 06cb61c..95fce05 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ UNAME := $(shell uname)
 
 # Compilation flags, etc.
 
-CFLAGS	:= -g3 -fPIC -Wall -std=c99 -I${LIBHAL_SRC}
+CFLAGS	+= -g3 -fPIC -Wall -std=c99 -I${LIBHAL_SRC}
 LIBS	:= ${LIBHAL_BLD}/libhal.a ${LIBTFM_BLD}/libtfm.a
 
 # At present, the RPC daemon works on Linux but not on OSX, because the current daemon



More information about the Commits mailing list