Please consider adding a libtoolize to the iptables spec as this enables ppc64le to build properly. diff --git a/iptables.spec b/iptables.spec index 4d10718..a1436fd 100644 --- a/iptables.spec +++ b/iptables.spec @@ -114,6 +114,7 @@ Currently only provides nfnl_osf with the pf.os database. %setup -q %build +libtoolize -i -f CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \ ./configure --enable-devel --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=/etc --libdir=%{_libdir} --libexecdir=%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir} --datadir=%{_datadir} --with-kernel=/usr --with-kbuild=/usr --with-ksource=/usr
Actually config.sub in iptables-1.4.21 already contains ppc64le # grep -r ppc64le iptables-1.4.21/build-aux/ iptables-1.4.21/build-aux/config.sub: ppc64le | powerpc64little | ppc64-le | powerpc64-little) iptables-1.4.21/build-aux/config.sub: ppc64le-* | powerpc64little-*) Do you think we still need to call the libtoolize ?
The newer version of iptables (from 1/10) works fine. Thanks for your consideration.