From bf50cf8a7817274a7fb5e02d09a53598e168e22c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 23 Jun 2016 12:56:56 -0400 Subject: Preserve externally supplied LDFLAGS value (Lintian whines otherwise). --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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} -- cgit v1.2.3