On Fri, Feb 24, 2012 at 06:16:07PM +0100, Sebastian Andrzej Siewior wrote: > This allows to building the package cross again. Since the return value > is not used I guess there is little loss. > > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> > --- > configure.ac | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/configure.ac b/configure.ac > index d3b298c..c27e890 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -387,6 +387,8 @@ AC_CACHE_VAL([scanf_cv_alloc_modifier], > [scanf_cv_alloc_modifier=as], > [scanf_cv_alloc_modifier=no] > ) > + , > + [scanf_cv_alloc_modifier=no] > ) > ) Applied, thanks. ...but it means that you will compile the package without libmount. Is it expected? In the next release fsck will depend on the library, we have new mount and umount, .... Is it really true that your glibc is without %as / %ms ? Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html