History log of /external/iptables/iptables/Makefile.am
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
71a2b0c78a58387ec476673f1abc75e635ca62f6 07-Aug-2013 Lutz Jaenicke <ljaenicke@innominate.com> iptables: correctly reference generated file

Since (14bca55 iptables: use autoconf to process .in man pages),
the file "iptables-extensions.8.tmpl" is generated from
"iptables-extensions.8.tmpl.in" and is consequently no
longer found in ${srcdir} but in the build directory.
(Becomes visible with builddir != srcdir)

Signed-off-by: Lutz Jaenicke <ljaenicke@innominate.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
/external/iptables/iptables/Makefile.am
14bca55dde79adddd77999ae262b8132ae0396f9 19-May-2013 Andy Spencer <andy753421@gmail.com> iptables: use autoconf to process .in man pages

This fixes a bug in iptables.8 and ip6tables.8 where @PACKAGE_VERSION@
was not processed in the VERSION section. It also simplifies the
Makefile by avoiding some sed commands.

[ Mangled this patch to rename iptables-extensions.8.in to
iptables-extensions.8.tmpl.in to avoid having a file whose name
is terminated by .in.in --pablo ]

Signed-off-by: Andy Spencer <andy753421@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
/external/iptables/iptables/Makefile.am
4496801821c01e3934996b40e0012ddcb969a8df 28-Sep-2012 Jan Engelhardt <jengelh@inai.de> doc: deduplicate extension descriptions into a new manpage

iptables.8 and ip6tables.8 had pretty much the same content, with a few
protocol-specific deviations here and there. Not only did that bloat the
manpages, but it also made it harder to spot differences. Separate out
the extension descriptions into a new manpage, which conveniently
features differences next to one another (cf. REJECT).

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
/external/iptables/iptables/Makefile.am
8816e91cddef785c78b3598c7c41a1f88be08f5a 18-Sep-2011 Jan Engelhardt <jengelh@medozas.de> build: restore build order of modules

iptables(exe) requires libext.a, but extensions/ require libxtables.la
(in iptables/). This circular dependency does not work out, so
separate libxtables into its own directory and put it in front.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/iptables/Makefile.am
f56b8a8bf4b1041cb875fd8439778f35276bdb30 03-Sep-2011 Jan Engelhardt <jengelh@medozas.de> iptables: move kernel version find routing into libxtables

That way, the remaining unreferenced symbols that do appear in
libipt_DNAT and libipt_SNAT as part of the new check can be resolved,
and the ugly -rdynamic hack can finally be removed.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/iptables/Makefile.am
d4e72dc1c684c2f8361d87e6bde2902cd2ee8efb 03-Sep-2011 Jan Engelhardt <jengelh@medozas.de> libxt_statistic: link with -lm

$ ldd -r libxt_statistic.so
undefined symbol: lround (./libxt_statistic.so)

References: https://bugs.archlinux.org/task/25358
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/iptables/Makefile.am
f643eb37e49a212d40eb060bcdfafbc366c0d616 26-Aug-2011 Jan Engelhardt <jengelh@medozas.de> src: remove unused IPTABLES_MULTI define

This dead code has been lingering around since commit v1.4.5~7.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/iptables/Makefile.am
931d388ff33dee589bc00e4f9033be5ca7c43786 09-Jun-2011 Jan Engelhardt <jengelh@medozas.de> doc: include matches/targets in manpage again

Evil sed did not throw any warning whatsoever when it cannot find the
file.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/iptables/Makefile.am
033e25a3ad215ee3f5a07f0a3315f74c4abfaced 07-Jun-2011 Jan Engelhardt <jengelh@medozas.de> src: move all iptables pieces into a separate directory

(Unclutter top-level dir)

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/iptables/Makefile.am