]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: respect LDFLAGS on make
authorJan Engelhardt <jengelh@medozas.de>
Wed, 20 Oct 2010 17:19:18 +0000 (19:19 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Wed, 20 Oct 2010 17:20:34 +0000 (19:20 +0200)
Without setting these variables, ./configure LDFLAGS=-m32
would have no effect.

Makefile.iptrules.in

index 4f58d8af4d5300d1fa3ca44294c84421fde1c3c7..3b1ada5b1568b1787b94704223f8c6876a399b57 100644 (file)
@@ -11,6 +11,7 @@ xtlibdir        = @xtlibdir@
 CC              = @CC@
 CCLD            = ${CC}
 CFLAGS          = @CFLAGS@
+LDFLAGS         = @LDFLAGS@
 
 regular_CFLAGS  = @regular_CFLAGS@
 libxtables_CFLAGS = @libxtables_CFLAGS@