On Fri, Aug 29, 2008 at 10:05:41AM +0200, Robert Schwebel wrote: > Configure checks for libuuid and makes it mandatory, but the functions I don't think that libuuid is mandatory, it's optional. > that use it forget to link against it. Not sure if the patch below is [...] > +mount_LDADD = $(LDADD_common) -luuid > +umount_LDADD = $(LDADD_common) -luuid > +swapon_LDADD = $(LDADD_common) -luuid Why do you think that mount,umount and swapon use stuff from libuuid? The libuuid is required by mkswap only. Karel -- Karel Zak <kzak@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html