--- sysdeps/unix/sysv/linux/statfs64.c~ 2010-01-27 02:47:32.884315000 +0100 +++ sysdeps/unix/sysv/linux/statfs64.c 2010-01-27 02:49:17.943657000 +0100 @@ -24,6 +24,9 @@ #include #include +/* On IA64, ia32el does not provide wrapper for statfs64() for some reason. + Force the compatibility code to get compiled in. [bnc#534828] */ +#undef __ASSUME_STATFS64 # if __ASSUME_STATFS64 == 0 int __no_statfs64 attribute_hidden;