On Sat, Mar 24, 2012 at 2:12 PM, Allan McRae <allan@archlinux.org> wrote:
On 24/03/12 22:58, Ronald van Haren wrote:
On Sat, Mar 24, 2012 at 1:20 PM, Allan McRae <allan@archlinux.org> wrote:
iptables: /usr/include/linux/if_packet.h:176:2: error: unknown type name '__aligned_u64'
A fixed package is in [testing] now.
My solution was to add:
rm include/linux/types.h
before the configure. iptables should be using the system one if it is there.
Fine with me. Changed in -3.
Then I noticed....
# FS#25358: libxt_statistic.so undefined symbol: lround export LDFLAGS='-lm'
which is clearly wrong.
I also have no idea why "unset CFLAGS; unset LDFLAGS" is done after all the building is complete...
Allan
Didn't look at it, but it doesn't make much sense. Removed both in -3 (FS#25358 is fixed upstream). Ronald