14.5.2. Contents of iptables
Installed programs:
To be Written
iptables is the userspace command line program used to configure the Linux firewall.
Fixes Compile Issue with DO_MULTI=1:
patch -Np1 -i ../iptables-1.4.2-fixes-1.patch
Configure IPTables:
CC="${CC} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET} \
--libexecdir=/lib/iptables --without-kernel -enable-libipq --enable-shared
Compile the package:
make
Install the package:
make DESTDIR=${CLFS} install