On Monday 2011-05-30 11:05, Arkadiusz Miskiewicz wrote: >On Friday 27 of May 2011, Pablo Neira Ayuso wrote: >> On 27/05/11 09:52, Arkadiusz Miskiewicz wrote: > >> > /usr/include/xtables.h:395:23: note: expected âconst struct option *â but >> > argument is of type âunsigned int *â >> > m_xt.c:312:30: error: too few arguments to function >> > âxtables_merge_optionsâ /usr/include/xtables.h:395:23: note: declared >> > here >> > make[1]: *** [m_xt.so] BÅÄd 1 >> > rm emp_ematch.lex.c emp_ematch.yacc.c >> >> Backward compatibility was broken in the following iptables commit: >> >> From 600f38db82548a683775fd89b6e136673e924097 Mon Sep 17 00:00:00 2001 >> From: Jan Engelhardt <jengelh@xxxxxxxxxx> >> Date: Fri, 29 Oct 2010 18:57:42 +0200 >> Subject: [PATCH] libxtables: change option precedence order to be intuitive > >Another bug seems to be in Makefile.am > > for i in ${v4_bin_links}; do ${LN_S} -f "${sbindir}/iptables-multi" >"${DESTDIR}${bindir}/$$i"; done; > for i in ${v4_sbin_links}; do ${LN_S} -f iptables-multi >"${DESTDIR}${sbindir}/$$i"; done; > for i in ${v6_sbin_links}; do ${LN_S} -f ip6tables-multi >"${DESTDIR}${sbindir}/$$i"; done; > >These will point to nowhere since now there is xtables-multi only. Patch created yesterday already; now sent out. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html