]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
suricata: Proper use confgured LDFLAGS.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 29 Oct 2020 11:20:07 +0000 (12:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 29 Oct 2020 11:30:23 +0000 (11:30 +0000)
Fixes #12513.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/suricata

index d47b43d3422471cefc6f15ea498a8d22b3063627..2871d8e7beecc3629a41f1d0b985fef2787a8299 100644 (file)
@@ -74,7 +74,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure \
+       cd $(DIR_APP) && LDFLAGS="$(LDFLAGS)" ./configure \
                --prefix=/usr \
                --sysconfdir=/etc \
                --localstatedir=/var \