From 7c248871f8865fcfea35bc02293ee34385823386 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 20 Oct 2010 19:19:18 +0200 Subject: [PATCH] build: respect LDFLAGS on make Without setting these variables, ./configure LDFLAGS=-m32 would have no effect. --- Makefile.iptrules.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.iptrules.in b/Makefile.iptrules.in index 4f58d8a..3b1ada5 100644 --- a/Makefile.iptrules.in +++ b/Makefile.iptrules.in @@ -11,6 +11,7 @@ xtlibdir = @xtlibdir@ CC = @CC@ CCLD = ${CC} CFLAGS = @CFLAGS@ +LDFLAGS = @LDFLAGS@ regular_CFLAGS = @regular_CFLAGS@ libxtables_CFLAGS = @libxtables_CFLAGS@