]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/iptables
Corrected guardian
[people/pmueller/ipfire-2.x.git] / lfs / iptables
index c30615d8833f210ff060d364475b698252ef70a4..bc53e3c44b70f70aa4b44c7231e1178cd380e899 100644 (file)
@@ -90,8 +90,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # hack to disable IPv6 compilation as the configuration variable does not work when ip6.h is present
        cd $(DIR_APP) && sed -i -e 's/DO_IPV6:=1/DO_IPV6:=0/' Makefile
        cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib $(MAKETUNING)
-       cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib install
+       cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib install install-devel
        cd $(DIR_APP) && cp -fva include/* /usr/include
+       -mkdir /usr/include/libiptc
+       cd $(DIR_APP) && cp -vf include/libiptc/{libiptc.h,ipt_kernel_headers.h} \
+               /usr/include/libiptc
 
        cd $(DIR_SRC) && tar xfj $(DIR_DL)/libnfnetlink-0.0.25.tar.bz2
        cd $(DIR_SRC)/libnfnetlink-0.0.25 && ./configure --prefix=/usr