]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/iptables
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / iptables
index 95fbbcdcdb777419cff52e9d56f4d273c0d91aad..eb5d0362a3bfc9314a8edc8a46f1c70f57e33abe 100644 (file)
@@ -84,6 +84,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && cp -vf $(DIR_SRC)/netfilter-layer7-v2.20/iptables-1.4.1.1-for-kernel-2.6.20forward/* \
                         ./extensions/
 
+       # ipp2p 0.8.2-pomng
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/iptables-1.4.1.1-ipp2p-0.8.2-pomng.patch
+
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/iptables-1.4.1-imq.diff
        chmod +x $(DIR_APP)/extensions/.IMQ-test*
 
@@ -105,12 +108,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        cd $(DIR_SRC) && tar xfj $(DIR_DL)/libnfnetlink-0.0.39.tar.bz2
        cd $(DIR_SRC)/libnfnetlink-0.0.39 && ./configure --prefix=/usr
-       cd $(DIR_SRC)/libnfnetlink-0.0.39 && make
+       cd $(DIR_SRC)/libnfnetlink-0.0.39 && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_SRC)/libnfnetlink-0.0.39 && make install
 
        cd $(DIR_SRC) && tar xfj $(DIR_DL)/libnetfilter_queue-0.0.16.tar.bz2
        cd $(DIR_SRC)/libnetfilter_queue-0.0.16 && ./configure --prefix=/usr
-       cd $(DIR_SRC)/libnetfilter_queue-0.0.16 && make
+       cd $(DIR_SRC)/libnetfilter_queue-0.0.16 && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_SRC)/libnetfilter_queue-0.0.16 && make install
        @rm -rf $(DIR_APP) $(DIR_SRC)/libnfnetlink-0.0.39 $(DIR_SRC)/netfilter-layer7* $(DIR_SRC)/libnetfilter_queue-0.0.16
        @$(POSTBUILD)