[Cryptech-Commits] [sw/libhal] branch master updated: Preserve externally supplied LDFLAGS value (Lintian whines otherwise).
git at cryptech.is
git at cryptech.is
Thu Jun 23 17:54:25 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 bf50cf8 Preserve externally supplied LDFLAGS value (Lintian whines otherwise).
bf50cf8 is described below
commit bf50cf8a7817274a7fb5e02d09a53598e168e22c
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Thu Jun 23 12:56:56 2016 -0400
Preserve externally supplied LDFLAGS value (Lintian whines otherwise).
---
GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile
index 151ce5c..c8160a9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -181,7 +181,7 @@ endif
TFMDIR := $(abspath ../thirdparty/libtfm)
CFLAGS += -g3 -Wall -std=c99 -Wno-strict-aliasing -I${TFMDIR}
-LDFLAGS := -g3 -L${TFMDIR} -ltfm
+LDFLAGS += -g3 -L${TFMDIR} -ltfm
CFLAGS += -DHAL_STATIC_HASH_STATE_BLOCKS=${STATIC_HASH_STATE_BLOCKS}
CFLAGS += -DHAL_STATIC_HMAC_STATE_BLOCKS=${STATIC_HMAC_STATE_BLOCKS}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list