From 75cd1f0bf59ac057c4afcf94f562bd740a2999a7 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 3 Mar 2016 09:57:46 +0100 Subject: [PATCH] gccprotect: fix SECLDFLAGS not getting used --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d2111e602e..9555a28c50 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -421,7 +421,7 @@ EXTRA_DIST = util-mpm-ac-cuda-kernel.cu ptxdump.py AM_CPPFLAGS = $(all_includes) # the library search path. -suricata_LDFLAGS = $(all_libraries) +suricata_LDFLAGS = $(all_libraries) ${SECLDFLAGS} suricata_LDADD = $(HTP_LDADD) # Rules to build CUDA ptx modules