From: Jan Engelhardt Date: Sat, 12 Jun 2010 07:22:35 +0000 (+0200) Subject: build: make configure CFLAGS=-ggdb3 have effect on .so files X-Git-Tag: v1.28~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03354eed44260f220bd8df5931b02dbd928ebdb9;p=thirdparty%2Fxtables-addons.git build: make configure CFLAGS=-ggdb3 have effect on .so files --- diff --git a/Makefile.iptrules.in b/Makefile.iptrules.in index 85e736c..c1bb116 100644 --- a/Makefile.iptrules.in +++ b/Makefile.iptrules.in @@ -8,6 +8,7 @@ xtlibdir = @xtlibdir@ CC = @CC@ CCLD = ${CC} +CFLAGS = @CFLAGS@ regular_CFLAGS = @regular_CFLAGS@ libxtables_CFLAGS = @libxtables_CFLAGS@